We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a8ab6 commit 1b4e3f5Copy full SHA for 1b4e3f5
1 file changed
install.sh
@@ -58,7 +58,7 @@ function alias_workflow {
58
fi
59
60
#check if it already exists in zshrc
61
- elif ! cat ~/.zshrc | grep "SkeletonKey_PATH" > /dev/null; then
+ if ! cat ~/.zshrc | grep "SkeletonKey_PATH" > /dev/null; then
62
# Do it in one command instead of repeating yourself.
63
echo "export SkeletonKey_PATH=\"~/.SkeletonKey\"\nalias key=\"python3 ~/.SkeletonKey/main.py\"
64
" >> ~/.zshrc
0 commit comments