fix typo
This commit is contained in:
@@ -24,8 +24,8 @@ r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
|||||||
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
|
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
|
||||||
def() {echo "default_path = '$PWD'" | awesome-client}
|
def() {echo "default_path = '$PWD'" | awesome-client}
|
||||||
dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash}
|
dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash}
|
||||||
local-history() {mkdir -p /home/hybris/.directory_history/$PWD; HISTFILE=/home/hybris/.directory_history/$PWD/history}
|
local-history() {mkdir -p /home/hybris/.directory_history/$PWD; HISTFILE=/home/hybris/.directory_history/$PWD/history; return 0}
|
||||||
global-history() {HISTFILE=/home/hybris/.zsh_history}
|
global-history() {HISTFILE=/home/hybris/.zsh_history; return 0}
|
||||||
|
|
||||||
# Usefull bindings
|
# Usefull bindings
|
||||||
bindkey "^[Od" backward-word
|
bindkey "^[Od" backward-word
|
||||||
|
|||||||
Reference in New Issue
Block a user