View wedding-url
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
https://www.youtube.com/watch?v=kihqyUk11iE |
View boredom-sites
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
[ | |
"https://www.lumosity.com/en/", | |
"https://geektyper.com/", | |
"https://happyhourvirus.com/", | |
"http://shapecatcher.com/", | |
"http://animatedengines.com/", | |
"http://naturesoundsfor.me/", | |
"https://www.htwins.net/scale2/", | |
"https://bigassmessage.com/", | |
"https://www.caffeineinformer.com/death-by-caffeine", |
View bashrc
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
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc | |
fi | |
# Source global definitions | |
if [ -f /etc/bash_aliases ]; then | |
. /etc/bash_aliases | |
fi | |
alias cl='clear' |