Compare commits
2 Commits
6ee7bfb78a
...
1f73e1ff9d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f73e1ff9d | |||
| 74501adfca |
@@ -61,7 +61,7 @@
|
||||
# };
|
||||
|
||||
fileSystems."/mnt/ssd1" = {
|
||||
device = "UUID=4e1710bb-2cc9-41c3-909c-34f24bd1f63e";
|
||||
device = "/dev/disk/by-uuid/4e1710bb-2cc9-41c3-909c-34f24bd1f63e";
|
||||
fsType = "btrfs";
|
||||
options = [ "defaults" "ssd" "noatime" "noauto" ];
|
||||
};
|
||||
|
||||
@@ -17,5 +17,6 @@ alias clc = cloc . --exclude-dir=target,node_modules,.venv --exclude-ext=yml,yam
|
||||
alias lg = lazygit
|
||||
alias zxcv = shutdown now
|
||||
alias qwer = reboot
|
||||
alias ssd = cd /mnt/ssd1
|
||||
|
||||
source ~/.config/nushell/nu/kube.nu
|
||||
|
||||
Reference in New Issue
Block a user