From d6684f324269656472059829e40730d310d5b3d8 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 31 Aug 2021 21:04:24 -0500 Subject: idk why this didnt sync right the first time --- zsh/aliasrc | 4 +++- zsh/zprofile.base | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/aliasrc b/zsh/aliasrc index 9d7768b..38ddfc1 100755 --- a/zsh/aliasrc +++ b/zsh/aliasrc @@ -2,7 +2,8 @@ ## Suffix Aliases ## alias -s \ - {c,h,txt}=nvim + {c,h,txt}=nvim \ + {pdf}=zathura ## Normal Aliases ## # Replacement programs @@ -28,6 +29,7 @@ alias \ cdc="cd ~/.local/src/programs" \ cds="cd ~/.local/bin" \ cdw="cd ~/.local/src/sites" \ + hw="cd ~/docs/school" \ # Package management [ "$COMPUTER" = "laptop" ] && alias \ diff --git a/zsh/zprofile.base b/zsh/zprofile.base index 93088df..56b7986 100644 --- a/zsh/zprofile.base +++ b/zsh/zprofile.base @@ -5,9 +5,10 @@ scriptspath="/home/timmy/.local/bin" export PATH="$scriptspath/launch:$PATH" export PATH="$scriptspath/x11:$PATH" export PATH="$scriptspath/misc:$PATH" -export PATH="$scriptspath/keyboard:$PATH" +#export PATH="$scriptspath/keyboard:$PATH" export PATH="$scriptspath/sync:$PATH" export PATH="$scriptspath/programs:$PATH" +export PATH="$scriptspath/video:$PATH" # Default programs: export EDITOR="vim" -- cgit v1.2.3