fixed and cleaned up bash setup script

This commit is contained in:
scbj
2025-01-14 08:49:52 +01:00
parent ef903ab9ec
commit 0f2a922232
+1 -4
View File
@@ -1,10 +1,7 @@
#!/usr/bin/env bash
export PATH="$PATH:$PWD/target/debug/"
pid=( $(ps -o ppid) )
arg_pid=" --pid ${pid[-2]} "
__call_navigate() {
arg_pid=" --pid $$ "
eval "$(navigate ${arg_pid} $@)"
}