Update
Update following original kymsu
This commit is contained in:
6
plugins.d/00-kymsu.sh
Executable file
6
plugins.d/00-kymsu.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "🦄 KYMSU self update"
|
||||
pushd "$(cat ~/.kymsu/path)" > /dev/null
|
||||
git pull
|
||||
popd > /dev/null
|
||||
echo ""
|
||||
Reference in New Issue
Block a user