diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ export EDITOR="$VISUAL" | |||
10 | export BROWSER=firefox | 10 | export BROWSER=firefox |
11 | export PATH=$PATH:$HOME/.local/bin:$HOME/bin | 11 | export PATH=$PATH:$HOME/.local/bin:$HOME/bin |
12 | export TERM=rxvt-unicode-256color | 12 | export TERM=rxvt-unicode-256color |
13 | export XDG_CURRENT_DESKTOP=bspwm | 13 | export XDG_CURRENT_DESKTOP=spectrwm |
14 | 14 | ||
15 | #aliases | 15 | #aliases |
16 | alias ls='ls --color=auto' | 16 | alias ls='ls --color=auto' |