Last active
November 3, 2018 09:32
-
-
Save avdotion/c9c602ae5063ba31edcbbc891c2ea544 to your computer and use it in GitHub Desktop.
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
# User Settings | |
## Set up Node Version Manager | |
source /usr/share/nvm/init-nvm.sh | |
## Env | |
export WALLPAPERS_HOME="/home/avdotion/Wallpapers/404339/" | |
alias settings="subl3 ~/.oh-my-zsh/oh-my-zsh.sh" | |
alias bk="cd ../" | |
alias unsplash-dl='function _unspldl(){ for i in {1..$1}; do; wget -O "$i.jpg" https://source.unsplash.com/collection/$2/2000x1125;done };_unspldl' | |
alias mkd='function mkdircd(){ mkdir $1; cd $1; }; mkdircd' | |
alias cp='cp -r' | |
alias scp='scp -r' | |
alias rm='rm -r' | |
alias mkdir='mkdir -p' | |
alias to='cd' | |
alias grep='grep --colour=auto' | |
alias playground='cd ~/playground' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment