summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b8d2cfe..95f285d 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -59,7 +59,9 @@ alias gitu='git add . && git commit && git push'
alias g=git
alias share='wl-paste | curl -si -d @- https://nixshare.ru/paste/clipboard.txt | grep "location:" | sed -s "s/location: //" | wl-copy'
alias p=python3
+alias t=todo.sh
[[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l"
+compdef _todo t
# }}}
# {{{ Functions