summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rwxr-xr-xzsh/.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d07f64c..cfb7e7c 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -7,10 +7,10 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space
7#exports 7#exports
8export VISUAL=nvim 8export VISUAL=nvim
9export EDITOR="$VISUAL" 9export EDITOR="$VISUAL"
10export BROWSER=brave 10export BROWSER=brave-bin
11export PATH=$PATH:$HOME/.bin 11export PATH=$PATH:$HOME/.bin
12export TERM=rxvt-unicode-256color 12export TERM=foot
13export XDG_CURRENT_DESKTOP=bspwm 13export XDG_CURRENT_DESKTOP=sway
14 14
15#aliases 15#aliases
16alias ..="cd .." 16alias ..="cd .."