diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ alias share='wl-paste | curl -si -d @- https://nixshare.ru/paste/clipboard.txt | alias p=python3 alias t=todo.sh alias ed=gnome-text-editor +alias open=xdg-open [[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l" compdef _todo t # }}} |
