This file contains hidden or 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 | |
CURRENT_BRANCH=$(git branch | grep '^\* ' | sed 's#..\(.*\)#\1#') | |
CURRENT_BRANCH_LENGTH=$(echo -n $CURRENT_BRANCH | wc -c) | |
echo | |
echo -e "\e[38;2;185;202;74mBranch »$CURRENT_BRANCH«" | |
echo -e "─────────$(printf '─%.0s' $(seq 1 $CURRENT_BRANCH_LENGTH))\e[0m" | |
echo | |
echo -e "\e[38;2;185;202;74m⯈ Commits on this branch\e[0m" |
This file contains hidden or 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 | |
# Cheese taken from https://en.wikipedia.org/wiki/Cheese_Shop_sketch | |
shuf -n 1 - <<CHEESE | |
Cheese | |
Red Leicester | |
Tilsit | |
Caerphilly | |
Bel Paese |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am fqxp on github. | |
* I am frankploss (https://keybase.io/frankploss) on keybase. | |
* I have a public key whose fingerprint is 6CD9 696C D7E3 D355 F7F4 F73C 3B2A 7B6B 065C 00B0 | |
To claim this, I am signing this object: |
OlderNewer