From c368a9bd8e1ffb07b19da9c54c0a84d04d4f42a4 Mon Sep 17 00:00:00 2001 From: stitchy Date: Mon, 30 Jun 2025 10:02:08 +0000 Subject: [PATCH] chore: add zathura alias --- config/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zshrc b/config/zshrc index 0062ca7..856ed7a 100755 --- a/config/zshrc +++ b/config/zshrc @@ -31,6 +31,7 @@ alias tree="eza --tree" alias umountUSB="umount ~/ExternalDrive" alias unityAvi="~/Documents/Unity/Editors/2019.4.31f1/Editor/Unity -projectPath ~/ExternalDrive/Unity\ Projects/Avatar\ 3.0\ 2019" alias v="nvim" # Launch neovim with 'v' +alias za="zathura" # Automatically get new programs for autocompletion