diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-02-18 18:02:12 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-02-18 18:02:12 +0000 |
commit | 393598189f9c5e0b93223ea526dc4ae6949c00a2 (patch) | |
tree | b8e82b44c44e126db48b8540023d3d4346b71556 /zsh | |
parent | 149f002e65aa53e8bebd9581217b48c6e56fceba (diff) |
trying wayland
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space | |||
7 | #exports | 7 | #exports |
8 | export VISUAL=nvim | 8 | export VISUAL=nvim |
9 | export EDITOR="$VISUAL" | 9 | export EDITOR="$VISUAL" |
10 | export BROWSER=brave | 10 | export BROWSER=brave-bin |
11 | export PATH=$PATH:$HOME/.bin | 11 | export PATH=$PATH:$HOME/.bin |
12 | export TERM=rxvt-unicode-256color | 12 | export TERM=foot |
13 | export XDG_CURRENT_DESKTOP=bspwm | 13 | export XDG_CURRENT_DESKTOP=sway |
14 | 14 | ||
15 | #aliases | 15 | #aliases |
16 | alias ..="cd .." | 16 | alias ..="cd .." |