Update .zshrc
This commit is contained in:
parent
6f15606b59
commit
3dd59f2cde
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ unsetopt CHECK_JOBS # Don't report on jobs when shell exit.
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export VISUAL=$EDITOR
|
export VISUAL=$EDITOR
|
||||||
export PAGER='less'
|
export PAGER='less'
|
||||||
export SHELL='/bin/zsh'
|
#export SHELL='/bin/zsh'
|
||||||
|
|
||||||
if [[ ! $(tmux ls) ]] 2> /dev/null; then
|
if [[ ! $(tmux ls) ]] 2> /dev/null; then
|
||||||
tmux new -s λ
|
tmux new -s λ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue