some zsh sugar
This commit is contained in:
parent
6874f88994
commit
661d4dffe9
2 changed files with 11 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue