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:
Raum0x2A
2025-12-10 01:28:53 -07:00
parent 0ca6196297
commit 54ee48bc7c
10 changed files with 359 additions and 2 deletions

View File

@@ -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