diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ export ZSH="/home/ssaini/.oh-my-zsh" | |||
6 | export VISUAL=nvim | 6 | export VISUAL=nvim |
7 | export EDITOR="$VISUAL" | 7 | export EDITOR="$VISUAL" |
8 | export BROWSER=firefox | 8 | export BROWSER=firefox |
9 | export PATH=$PATH:$HOME/.local/bin | 9 | export PATH=$PATH:$HOME/bin |
10 | export XDG_CURRENT_DESKTOP=bspwm | 10 | export XDG_CURRENT_DESKTOP=bspwm |
11 | 11 | ||
12 | # Set name of the theme to load --- if set to "random", it will | 12 | # Set name of the theme to load --- if set to "random", it will |