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
# Create new directory and jump inside it | |
# USAGE: md <new directory name> | |
function md() { | |
mkdir "$1" | |
cd "$1" | |
} | |
# Modify and re-source your .bashrc | |
function bashrc() { | |
nano ~/.bashrc; |
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
[ | |
{ | |
"avatar": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Commodore_Grace_M._Hopper%2C_USN_%28covered%29.jpg/192px-Commodore_Grace_M._Hopper%2C_USN_%28covered%29.jpg", | |
"name": "Grace Hopper", | |
"user_id": 1906, | |
"status": "Life was simple before World War II. After that, we had systems." | |
}, | |
{ | |
"avatar": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Alan_Turing_Aged_16.jpg/176px-Alan_Turing_Aged_16.jpg", | |
"name": "Alan Turing", |
NewerOlder