Last active
October 12, 2019 16:33
-
-
Save magichim/edcb546eb040bcf11ba08c2a282c01c9 to your computer and use it in GitHub Desktop.
bash config
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
export PS1="\e[0;33m\u:\W$ \e[m" | |
export CLICOLOR=1 | |
export LSCOLORS=exfxcxdxbxegedabagacad | |
alias get='scp <id@uri:/path> <localpath>' | |
alias set='scp <localpath> <id@uri:/path>' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment