From 1f73e1ff9dae1b3be4b7f6f7d2af2f4b448acc25 Mon Sep 17 00:00:00 2001 From: minco Date: Wed, 19 Nov 2025 15:20:46 +0900 Subject: [PATCH] chore: add ssd alias --- shell/nu/config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/nu/config.nu b/shell/nu/config.nu index 05689e2..2ae5d18 100644 --- a/shell/nu/config.nu +++ b/shell/nu/config.nu @@ -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