added some options

This commit is contained in:
Nikolas Weger 2023-12-07 21:07:12 +01:00
parent 1ccd0fc90b
commit 21b19c6af3
3 changed files with 5 additions and 9 deletions

View file

@ -51,7 +51,7 @@ export PYTHONSTARTUP=/etc/python/pythonrc
# stuff
export ZELLIJ_AUTO_ATTACH=true
export ZELLIJ_AUTO_EXIT=true
export TERMINALNAME=$(fastfetch --pipe 2>/dev/null | grep Terminal: | awk '{print $2}')
export TERMINALNAME=$(fastfetch --pipe -s Terminal 2>/dev/null | awk '{print $2}')
export MANROFFOPT="-c"
# zsh specific