Skip to content

Commit

Permalink
Add home/.local/bin/starship
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 28, 2024
1 parent 5a86a9c commit 1b5acc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/dot_local/bin/executable_starship
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
if [ "$PKGX_UNINSTALL" != 1 ]; then
exec pkgx +starship.rs~1.16 -- starship "$@"
else
cd "$(dirname "$0")"
rm starship && echo "uninstalled: starship.rs~1.16" >&2
fi

0 comments on commit 1b5acc2

Please sign in to comment.