[shellrc] add fixagent alias
This commit is contained in:
@@ -23,6 +23,7 @@ alias mv='mv -i'
|
||||
alias truecolor='curl -s https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh | bash'
|
||||
alias nssh='SSH_AUTH_SOCK= ssh'
|
||||
alias cpu='watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"'
|
||||
alias fixagent='eval $(tmux show-env -s | grep "^SSH_")'
|
||||
|
||||
# nmcli
|
||||
alias con='nmcli con'
|
||||
|
||||
@@ -77,7 +77,7 @@ let g:tmuxline_preset = {
|
||||
\'c' : '',
|
||||
\'win' : ['#I', '#W'],
|
||||
\'cwin' : ['#[fg=black,bold]#I', '#W'],
|
||||
\'x' : '#H',
|
||||
\'x' : '#H @ #S',
|
||||
\'y' : '',
|
||||
\'z' : ''}
|
||||
let g:tmuxline_status_justify = 'centre'
|
||||
|
||||
Reference in New Issue
Block a user