From 68abaaca083b40b5007c76c49a8cad29a32ee9f9 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 5 Oct 2025 19:19:43 +0300 Subject: added open alias --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/.zshrc') 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 # }}} -- cgit v1.2.3