This commit is contained in:
CronyAkatsuki 2024-12-25 21:06:09 +01:00
parent 0f42ec4d1f
commit d74b672e60
13 changed files with 89 additions and 47 deletions

View file

@ -54,3 +54,10 @@ nnn_cd ()
}
trap nnn_cd EXIT
# Tmux autostart
if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ]; then
exec tmux new-session -A -s default >/dev/null 2>&1
fi
fastfetch