diff options
Diffstat (limited to 'zsh/zprofile.base')
-rw-r--r-- | zsh/zprofile.base | 3 |
1 files changed, 2 insertions, 1 deletions
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" |