mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
fix unicode in tmux
This commit is contained in:
parent
6a9c108b70
commit
1a56ff5b93
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
if [ "$SHLVL" -le 1 ] && ! expr "$TERM" : screen >/dev/null; then
|
if [ "$SHLVL" -le 1 ] && ! expr "$TERM" : screen >/dev/null; then
|
||||||
if which tmux >/dev/null 2>/dev/null; then
|
if which tmux >/dev/null 2>/dev/null; then
|
||||||
# create a new session called "what" or attach if it already exists
|
# create a new session called "what" or attach if it already exists
|
||||||
TZ=":/etc/localtime" tmux new -A -s what && exit
|
LANG="en_US.UTF-8" TZ=":/etc/localtime" tmux new -A -s what && exit
|
||||||
echo "tmux died ($?), continuing..."
|
echo "tmux died ($?), continuing..."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue