chore: add zathura alias

This commit is contained in:
stitchy 2025-06-30 10:02:08 +00:00
parent 0f4a83e3a1
commit c368a9bd8e
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -31,6 +31,7 @@ alias tree="eza --tree"
alias umountUSB="umount ~/ExternalDrive" alias umountUSB="umount ~/ExternalDrive"
alias unityAvi="~/Documents/Unity/Editors/2019.4.31f1/Editor/Unity -projectPath ~/ExternalDrive/Unity\ Projects/Avatar\ 3.0\ 2019" 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 v="nvim" # Launch neovim with 'v'
alias za="zathura"
# Automatically get new programs for autocompletion # Automatically get new programs for autocompletion