Small theme changes and updates.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user