summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/scripts
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-07-17 09:19:06 -0300
committerRoger Gonzalez <roger@rogs.me>2020-07-17 09:19:06 -0300
commit9fe9310ccf4971f0d1976f9bdaafd04a68ea314b (patch)
treeff1d5d677d5b3c33ac7eb6252029f2a9d165d9b3 /.config/fisher/github.com/matchai/spacefish/scripts
parent743caecfc68bb6d28f8de2e80bce671e42601c6a (diff)
Deleted fisher stuff
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/scripts')
-rwxr-xr-x.config/fisher/github.com/matchai/spacefish/scripts/version.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/scripts/version.sh b/.config/fisher/github.com/matchai/spacefish/scripts/version.sh
deleted file mode 100755
index 3fb60717..00000000
--- a/.config/fisher/github.com/matchai/spacefish/scripts/version.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-new_version=$1
-filename=$(pwd)/fish_prompt.fish
-
-sed -e "s/set -g SPACEFISH_VERSION .*/set -g SPACEFISH_VERSION $new_version/g" $filename > $filename.bak
-mv -- $filename.bak $filename
-