diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-05-26 13:05:53 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-05-26 13:08:07 +0200 |
commit | f073720476b2bc19346049e4f2c774469289410f (patch) | |
tree | f5d0d1f0836dd786d5c01f0ba79e429e1e945cbb /config/home | |
parent | b73f0c173702001c089f6db91a582765db80861e (diff) |
update
cycle keyboard in fillpass to qwerty because of ydotool
disable fast-forward in git config
add alias to git config for changing email
add unhappy.exe shell function
add ssh_port shell function
disable upds in prompt
remove options from LESS variable
add entry to zsh gitignore
Diffstat (limited to 'config/home')
-rw-r--r-- | config/home/.zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv index f480c51..1af14cf 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -2,7 +2,7 @@ export EDITOR="nvim" export VISUAL="nvim" -export BROWSER="librewolf" +export BROWSER="surf" export VIEWER="zathura" export PLAYER="mpv" @@ -78,7 +78,7 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' --color=info:#b48ead,prompt:#bf6069,pointer:#b48dac --color=marker:#a3be8b,spinner:#ebcb8b,header:#a3be8b' -export LESS="-j 4 -i -r" +export LESS="-i -r" # Colored manpages export MANPAGER="less -R --use-color -Dd+r -Du+b" |