diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-22 07:36:44 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-22 07:36:44 +0000 |
commit | 97f6733073c33ea80d086586dc0aa40da9f43b1d (patch) | |
tree | 843b59d3cff4884644cff6265cbec6256161a24e /zsh | |
parent | 5b9d18dc38ddec3fc7d49bec93ff1042e0f77241 (diff) |
...
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 |