Added todo.sh, install everything under ~/.quickzsh

This commit is contained in:
Joty
2018-05-02 15:29:09 +09:30
parent 4c4f3f393f
commit 960ff4dc2e
2 changed files with 32 additions and 12 deletions

5
.zshrc
View File

@@ -118,6 +118,11 @@ 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"
export PATH=$PATH:~/.todo/bin
#alias todo.sh="~/.quickzsh/todo/todo.sh"
#complete -F _todo todo.sh #enable autocompletion for the alias, only needed if different alias
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