summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-02-18 18:02:12 +0000
committerShubham Saini <pryr@pryr.xyz>2021-02-18 18:02:12 +0000
commit393598189f9c5e0b93223ea526dc4ae6949c00a2 (patch)
treeb8e82b44c44e126db48b8540023d3d4346b71556 /zsh/.zshrc
parent149f002e65aa53e8bebd9581217b48c6e56fceba (diff)
trying wayland
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 .."