better alias
This commit is contained in:
parent
7a286f72e9
commit
7bc3be5fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ loop() {while [ 1 ]; do sh -c "$@"; done}
|
|||
open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"}
|
||||
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
||||
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
|
||||
d() {echo "default_path = '$PWD'" | awesome-client}
|
||||
def() {echo "default_path = '$PWD'" | awesome-client}
|
||||
|
||||
# Usefull bindings
|
||||
bindkey "^[Od" backward-word
|
||||
|
|
|
|||
Loading…
Reference in a new issue