summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index dd5694f..dec7bec 100644
--- a/justfile
+++ b/justfile
@@ -78,5 +78,5 @@ NIXNAME := "vm-aarch64"
! [ -d ~/.config/nushell ] && ln -sf /nix-config/mut/nushell ~/.config/nushell
! [ -d ~/.config/vis ] && ln -sf /nix-config/mut/vis ~/.config/vis
- rm -rf "$HOME/Library/Application Support/nushell"; ln -sf /nix-config/mut/nushell "$HOME/Library/Application Support/nushell"
+ [ -d "$HOME/Library/Application Support" ] && { rm -rf "$HOME/Library/Application Support/nushell"; ln -sf /nix-config/mut/nushell "$HOME/Library/Application Support/nushell"; }
true