Skip to content

Instantly share code, notes, and snippets.

@magichim
Last active October 12, 2019 16:33
Show Gist options
  • Save magichim/edcb546eb040bcf11ba08c2a282c01c9 to your computer and use it in GitHub Desktop.
Save magichim/edcb546eb040bcf11ba08c2a282c01c9 to your computer and use it in GitHub Desktop.
bash config
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