bash_aliases | fix && build
This commit is contained in:
parent
854542f5f0
commit
f72cdf4cf6
4 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
alias x="myX"
|
||||
alias build="notify-send 'Build complete' || notify-send 'Build failed'"
|
||||
alias build="notify-send -t 0 'Build complete' || notify-send -t 0 'Build failed'"
|
||||
alias tbuild='/usr/share/doc/Xdialog-2.0.6/samples/Xmessage "Build in `pwd` completed at `date`" || /usr/share/doc/Xdialog-2.0.6/samples/Xmessage "Build in `pwd` failed at `date`"'
|
||||
alias mroe=more
|
||||
alias moer=more
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{ allowUnfree = true;
|
||||
permittedInsecurePackages = [ "electron-18.1.0" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue