Update.
This commit is contained in:
parent
0f42ec4d1f
commit
d74b672e60
13 changed files with 89 additions and 47 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue