zsh aliases

This commit is contained in:
2024-06-30 20:21:53 +02:00
parent 5e716c10df
commit 35cbc8a15c

View File

@@ -249,6 +249,12 @@
plugins = [ "git" "shrink-path" ];
theme = "lambda";
};
shellAliases = {
hibernate = "systemctl hibernate";
suspend = "systemctl suspend";
logout = "sudo pkill -u username";
};
};
programs.git = {