tmux should be fixed
This commit is contained in:
parent
97d6ecf001
commit
5e31f5408a
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
|
@ -65,6 +65,7 @@ zshhosts=(serenity.cat.pdx.edu hunner@mint.cic.pdx.edu drkatz.cat.pdx.edu walt.e
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
HISTFILE=~/.history
|
HISTFILE=~/.history
|
||||||
|
export GPGKEY="48C7AF0C"
|
||||||
PS1="%m%# "
|
PS1="%m%# "
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
#export LC_CTYPE="en_US.UTF-8"
|
#export LC_CTYPE="en_US.UTF-8"
|
||||||
|
|
@ -150,7 +151,7 @@ alias sl="screen -ls"
|
||||||
alias sr="screen -r"
|
alias sr="screen -r"
|
||||||
alias sx="screen -x"
|
alias sx="screen -x"
|
||||||
alias srd="screen -rd"
|
alias srd="screen -rd"
|
||||||
alias t="SSH_AUTH_SOCK=$HOME/.tmux-ssh-agent TERM=xterm-256color tmux -v at"
|
alias t="SSH_AUTH_SOCK=$HOME/.tmux-ssh-agent TERM=xterm-256color tmux at"
|
||||||
alias tl="tmux ls"
|
alias tl="tmux ls"
|
||||||
alias bc="bc -q"
|
alias bc="bc -q"
|
||||||
alias fm="fmstatus.sh&;shell-fm"
|
alias fm="fmstatus.sh&;shell-fm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue