Small theme changes and updates.

This commit is contained in:
2026-05-20 13:03:53 +02:00
parent e0fae18689
commit 0149b1a64f
3 changed files with 33 additions and 31 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ set -gx EDITOR "/usr/local/nvim_012/bin/nvim"
set -gx VISUAL "/usr/local/nvim_012/bin/nvim"
set -gx MANPAGER "nvim +Man!"
set -gx BROWSER firefox
set -gx TERM xterm-256color
# set -gx TERM xterm-256color
set -gx COLORTERM truecolor
set -gx LANG "en_US.UTF-8"
set -gx LC_ALL "en_US.UTF-8"
@@ -88,7 +88,7 @@ alias ldk='lazydocker'
# Custom shortcuts
alias reload='source ~/.config/fish/config.fish'
alias dotman='bash ~/.dotfiles/install.sh'
alias wiki='cd ~/Wiki/ && nvim index.md'
alias todo='cd ~/Todo/ && nvim index.md'
alias myip='curl ipinfo.io/ip; echo ""'
alias lspmake='bear -- make -B'
alias tc='tmux attach'