fixed broken theming
This commit is contained in:
@@ -2,6 +2,7 @@ if [ -z "$DISPLAY" ] && [ (fgconsole) -eq 1 ];
|
||||
startx
|
||||
end
|
||||
|
||||
# uncomment to automatically start tmux
|
||||
if status is-interactive
|
||||
and not set -q TMUX
|
||||
exec tmux
|
||||
@@ -52,3 +53,8 @@ end
|
||||
function hvd
|
||||
command nmcli connection down "HP VPN"
|
||||
end
|
||||
|
||||
function nv
|
||||
command nvim $argv
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user