Fixed booloader and more
This commit is contained in:
parent
6c1838ede0
commit
5190de97d6
6 changed files with 47 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue