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 remote 2>/dev/null
|
||||
if [ $? != 0 ]; then
|
||||
exec tmux new-session -s remote "cat /var/run/motd.dynamic;zsh"
|
||||
exec tmux new-session -s remote "zsh"
|
||||
else
|
||||
exec tmux attach-session -t remote
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user