diff options
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
