summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-01-17 09:19:09 +0000
committerShubham Saini <shubham6405@gmail.com>2020-01-17 09:19:09 +0000
commit2d5e762bc37d455d7ea9919ae145ff7004bfe781 (patch)
treeefce915e1309506824f3e31d1ce3760208cff453 /zsh/.zshrc
parentc17eef7bd4b986d5f60f28c93aa72c9ec79b2679 (diff)
changes
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9c1763e..fdfcd44 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -5,7 +5,7 @@
5export ZSH="/home/ssaini/.oh-my-zsh" 5export ZSH="/home/ssaini/.oh-my-zsh"
6export VISUAL=nvim 6export VISUAL=nvim
7export EDITOR="$VISUAL" 7export EDITOR="$VISUAL"
8export BROWSER=brave-beta 8export BROWSER=firefox
9export PATH=$PATH:$HOME/.local/bin 9export PATH=$PATH:$HOME/.local/bin
10export XDG_CURRENT_DESKTOP=bspwm 10export XDG_CURRENT_DESKTOP=bspwm
11 11