fixed broken theming

This commit is contained in:
2023-09-27 22:03:35 +02:00
parent 2dedc8ed32
commit 2a2a0fc409
670 changed files with 136 additions and 38181 deletions
+6
View File
@@ -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