Fixed booloader and more

This commit is contained in:
FredzyW 2024-11-15 09:23:13 +01:00
parent 6c1838ede0
commit 5190de97d6
6 changed files with 47 additions and 25 deletions

View file

@ -49,6 +49,8 @@
reb="sudo nixos-rebuild switch --flake $SYSTEM_DIR";
cam="jira issue create && jira issue assign && jira issue move";
latest="git log | head -1 | awk '{print $2;}' | xsel -ib";
vpnup="nmcli con up 'iFacts VPN'";
vpndown="nmcli con down 'iFacts VPN'";
};
interactiveShellInit = ''
fish_vi_key_bindings