summaryrefslogtreecommitdiff
path: root/mut/nushell
diff options
context:
space:
mode:
authorroot <root@localhost>2025-01-21 15:24:51 +0000
committerroot <root@localhost>2025-01-21 15:24:51 +0000
commit5290a23366f4941d5742ce20e55783b74eb3e4e1 (patch)
tree1cb3132168769b478169002fea27158b23e95224 /mut/nushell
parentde6aa72099a2b8618562c2ab4230a2c2044655d2 (diff)
fix clipboard
Diffstat (limited to 'mut/nushell')
-rw-r--r--mut/nushell/config.nu8
1 files changed, 5 insertions, 3 deletions
diff --git a/mut/nushell/config.nu b/mut/nushell/config.nu
index a381700..ec9dc2d 100644
--- a/mut/nushell/config.nu
+++ b/mut/nushell/config.nu
@@ -1,6 +1,8 @@
-# if ($env | default "" DOCKER_NAME | get DOCKER_NAME | is-empty) {
-# try {pnsh-nvim}
-# }
+if ($env | default "" DOCKER_NAME | get DOCKER_NAME | is-empty) {
+ try {pnsh-nvim}
+} else {
+ use ~/Programming/Pionative/quickstart/.venv/bin/activate.nu
+}
# Nushell Config File
#
# version = "0.99.1"