Add missing background
function
This commit is contained in:
parent
71bb956f99
commit
464e9b2e0c
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@
|
|||
exec startx &>/dev/null
|
||||
fi
|
||||
|
||||
background() {
|
||||
for ((i=2;i<=$#;i++)); do
|
||||
''${@[1]} ''${@[$i]} &> /dev/null &
|
||||
done
|
||||
}
|
||||
|
||||
# suffix
|
||||
alias -s gz="tar -tf"
|
||||
alias -s {html,HTML}="background firefox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue