Minor feature update
Added power line font path to enable glyphs from powerline font. MOTD replaced with `neofetch --off | lolcat` minor bug fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" = "" ]; then
|
||||
tmux has-session -t $(tty | sed 's/^.....//') 2>/dev/null
|
||||
if [ $? != 0 ]; then
|
||||
exec tmux new-session -s $(tty | sed 's/^.....//') "cat /var/run/motd.dynamic;zsh"
|
||||
exec tmux new-session -s $(tty | sed 's/^.....//') "zsh"
|
||||
else
|
||||
exec tmux attach-session -t $(tty | sed 's/^.....//')
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user