tmux
This commit is contained in:
parent
43a06db24b
commit
fd5c250e1c
1 changed files with 2 additions and 2 deletions
4
.profile
4
.profile
|
@ -11,9 +11,9 @@ export LANG="en_US.UTF-8"
|
|||
export LC_ALL="en_US.UTF-8"
|
||||
|
||||
|
||||
[ "$SHELL" -eq "bash"] && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||
[ "$SHELL" = "bash" ] && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||
|
||||
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx
|
||||
|
||||
[[ -n "$TMUX" ]] && source .bashrc
|
||||
[[ -n "$TMUX" ]] && source .zshrc
|
||||
|
||||
|
|
Loading…
Reference in a new issue