updated term to st on fish; fixed i3 startup apps; polybar now uses xresources

This commit is contained in:
Tiago Sousa 2024-02-09 19:57:50 +00:00
parent 42ba5de6bb
commit e62f0f1077
4 changed files with 35 additions and 34 deletions

View file

@ -3,8 +3,8 @@ if status is-interactive
end
export EDITOR="nvim"
export TERMINAL="alacritty"
export TERMINAL_PROG="alacritty"
export TERMINAL="st"
export TERMINAL_PROG="st"
export BROWSER="firefox"
export PAGER="bat"