-
-
Save tonyseek/d6665d9cc18b154f48943898643b8268 to your computer and use it in GitHub Desktop.
"gi tfetch" => ~/.local/bin/gi tfetch => gti fetch => git fetch (but with a car)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
if [[ $1 == t* ]]; then | |
exec gti "${1#t}" | |
fi | |
>&2 printf 'command not found: gi\n' | |
exit 127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dnf install gti sl
pacman -Sy gti sl
apt install gti sl
brew install gti sl