summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 4805208..045c23b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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
# }}}