summaryrefslogtreecommitdiff
path: root/.config/guix/modules/shell.scm
diff options
context:
space:
mode:
Diffstat (limited to '.config/guix/modules/shell.scm')
-rw-r--r--.config/guix/modules/shell.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/guix/modules/shell.scm b/.config/guix/modules/shell.scm
index 23acb41..1381c24 100644
--- a/.config/guix/modules/shell.scm
+++ b/.config/guix/modules/shell.scm
@@ -10,17 +10,19 @@
(list
(service home-bash-service-type
(home-bash-configuration
- (aliases '(("suspend" . "sudo bash -c 'echo mem > /sys/power/state'")
+ (aliases '(("cp" . "cp -i")
+ ("grep" . "grep --color=auto")
("guix-home" . "RUNNING_GUIX_HOME=1 guix home -L ${HOME}/.config/guix/modules/ reconfigure ${HOME}/.config/guix/${HOSTNAME}.scm")
("guix-system" . "RUNNING_GUIX_HOME=0 sudo guix system -L ${HOME}/.config/guix/modules/ reconfigure ${HOME}/.config/guix/${HOSTNAME}.scm")
- ("cp" . "cp -i")
- ("grep" . "grep --color=auto")
("ll" . "ls -l")
("ls" . "ls -p --color=auto")
("mkd" . "mkdir -pv")
("mv" . "mv -i")
("rm" . "rm -i")
+ ("suspend" . "sudo bash -c 'echo mem > /sys/power/state'")
("vi" . "vim")
+ ("xeb" . "emacsclient -nce '(switch-to-buffer nil)'")
+ ("xet" . "emacsclient -nce '(bd/contextual-shell)'")
("ytta" . "yt-dlp --extract-audio --format bestaudio/best")
("yttv" . "yt-dlp -f b")))