mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
manage-tools didn't properly set PATH when using fish shell
This commit is contained in:
parent
407a2a80d6
commit
3d71d79c97
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
f=~/.config/fish/config.fish
|
||||||
if [[ -e "$f" ]]; then
|
if [[ -e "$f" ]]; then
|
||||||
if ! grep "$MAGIC" "$f" >/dev/null 2>&1; then
|
if ! grep "$MAGIC" "$f" >/dev/null 2>&1; then
|
||||||
cat >> "$f" << EOF
|
cat >> "$f" << EOF
|
||||||
|
|
Loading…
Reference in a new issue