update tmux and fish configs

This commit is contained in:
LordMZTE 2021-08-20 19:10:23 +02:00
parent efa322ef90
commit c6df081bfa
2 changed files with 10 additions and 2 deletions

View file

@ -9,7 +9,15 @@ alias lt="ll --tree"
alias clip="xclip -sel clip"
alias nv="nvim"
alias nvide="rbg neovide --multiGrid --"
alias diff="nvim -d"
# colored man pages
set -gx LESS_TERMCAP_mb \e'[1;32m'
set -gx LESS_TERMCAP_md \e'[1;32m'
set -gx LESS_TERMCAP_me \e'[0m'
set -gx LESS_TERMCAP_se \e'[0m'
set -gx LESS_TERMCAP_so \e'[01;33m'
set -gx LESS_TERMCAP_ue \e'[0m'
set -gx LESS_TERMCAP_us \e'[1;4;31m'
function rbg
$argv &>/dev/null&

View file

@ -15,7 +15,7 @@ set -g @dracula-show-timezone false
set -g @dracula-show-location false
set-option -g default-shell /bin/fish
set -ga terminal-overrides ',xterm-256color:RGB'
set -ga terminal-overrides ',xterm-256color:Tc'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'