mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 15:42:58 +01:00
update tmux and fish configs
This commit is contained in:
parent
efa322ef90
commit
c6df081bfa
2 changed files with 10 additions and 2 deletions
|
@ -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&
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue