Commit committed ..

This commit is contained in:
Joty
2018-04-27 17:26:33 +09:30
parent 330a8f9180
commit ce8e97a277
3 changed files with 26 additions and 4 deletions

2
.zshrc
View File

@@ -119,5 +119,7 @@ export MARKER_KEY_NEXT_PLACEHOLDER="\C-b" #change maker key binding from Ctr+t
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"
SAVEHIST=50000 #save upto 50,000 lines in history. oh-my-zsh default is 10,000
#setopt hist_ignore_all_dups # dont record duplicated entries in history during a single session
alias wip="wget -qO- https://wtfismyip.com/text" # quickly show external ip address
alias l="ls -lah"