use apt, su and pkill without typing sudo
This commit is contained in:
parent
ffb11aad0f
commit
72e28e6cf2
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
for command in apt su pkill ; do
|
||||
alias $command="sudo $command"
|
||||
done; unset command
|
||||
|
||||
# Verbosity and settings that you pretty much just always are going to want.
|
||||
alias \
|
||||
cp="cp -iv" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue