From 7460ab69e98a29e557a0a045e70f3747199b41a7 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 2 Aug 2023 16:54:35 +0200 Subject: [PATCH] Simplify dual boot aliases --- .bash_aliases/all | 1 - .bash_aliases/dualboot | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bash_aliases/all b/.bash_aliases/all index ee2cc32..356a692 100644 --- a/.bash_aliases/all +++ b/.bash_aliases/all @@ -68,6 +68,5 @@ alias pl="swipl" alias py="python" alias r="R" -alias reboot-windows='reboot_windows' alias azerty="setxkbmap be" alias qwerty="setxkbmap us" diff --git a/.bash_aliases/dualboot b/.bash_aliases/dualboot index bfc4b48..1b64ba8 100644 --- a/.bash_aliases/dualboot +++ b/.bash_aliases/dualboot @@ -1,4 +1,4 @@ -reboot_windows () +reboot-to-windows () { # Check if grub is installed by checking if the command exists, if it does # not, then assume that the system is using systemd-boot