From ed137a15ff54dd4fc9a30183d9d626ae6f0cff50 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 29 May 2025 14:53:31 +0300 Subject: 29.05.2025 --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/zshrc') 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 -- cgit v1.2.3