some zsh sugar

This commit is contained in:
Grigory Shipunov 2023-01-22 02:18:01 +01:00
parent 6874f88994
commit 661d4dffe9
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 11 additions and 0 deletions

View file

@ -132,10 +132,14 @@
services.udisks2.enable = true;
environment.shellAliases = {
# mounting shit
mnt = "udisksctl mount -b";
umnt = "udisksctl unmount -b";
unlock = "udisksctl unlock -b";
lock = "udisksctl lock -b";
# easier navigation
pwc = "pwd|wl-copy";
cdp = "cd $(wl-paste)";
};
qt = {