add default-path function
This commit is contained in:
parent
6c1ff1b832
commit
43644e6e80
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +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}
|
||||
default-path() {echo "default_path = '$PWD'" | awesome-client}
|
||||
|
||||
# Usefull bindings
|
||||
bindkey "^[Od" backward-word
|
||||
|
|
|
|||
Loading…
Reference in a new issue