Simplify dual boot aliases
parent
d45c8e7581
commit
7460ab69e9
|
@ -68,6 +68,5 @@ alias pl="swipl"
|
||||||
alias py="python"
|
alias py="python"
|
||||||
alias r="R"
|
alias r="R"
|
||||||
|
|
||||||
alias reboot-windows='reboot_windows'
|
|
||||||
alias azerty="setxkbmap be"
|
alias azerty="setxkbmap be"
|
||||||
alias qwerty="setxkbmap us"
|
alias qwerty="setxkbmap us"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
reboot_windows ()
|
reboot-to-windows ()
|
||||||
{
|
{
|
||||||
# Check if grub is installed by checking if the command exists, if it does
|
# Check if grub is installed by checking if the command exists, if it does
|
||||||
# not, then assume that the system is using systemd-boot
|
# not, then assume that the system is using systemd-boot
|
||||||
|
|
Loading…
Reference in New Issue