ta
This commit is contained in:
parent
895a51b6e4
commit
98028ef114
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -90,6 +90,8 @@ if [ -z $TMUX ]; then
|
|||
tmuximum
|
||||
fi
|
||||
|
||||
alias ta='tmux attach'
|
||||
|
||||
# 履歴関連
|
||||
HISTFILE=~/.zsh_history # ヒストリを保存するファイル
|
||||
HISTSIZE=10000 # メモリに保存されるヒストリの件数
|
||||
|
|
Loading…
Reference in a new issue