added some options
This commit is contained in:
parent
1ccd0fc90b
commit
21b19c6af3
3 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue