update
This commit is contained in:
parent
28d169a222
commit
541fcebbbf
4 changed files with 287 additions and 0 deletions
|
@ -29,6 +29,8 @@ alias telnet='telnet -e "#"'
|
|||
alias update-system='apt-update && sudo aptitude -y -s dist-upgrade'
|
||||
alias upgrade-system='apt-upgrade && apt-autoclean'
|
||||
alias vdir='vdir --color=auto'
|
||||
alias wake_dominik="wakeonlan '00:19:99:d5:da:2f'";
|
||||
alias wake_office="wakeonlan '00:19:99:C4:D4:54'";
|
||||
alias xzc='xz --best --extreme'
|
||||
function ddg() { www-browser "https://duckduckgo.com/?q=`escape "$@"`"; }
|
||||
function escape() { perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$@"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue