Skip to content

Instantly share code, notes, and snippets.

@e5k
Last active June 1, 2021 07:41
Show Gist options
  • Select an option

  • Save e5k/c4304eb32c150d9c9b09ac2e109545de to your computer and use it in GitHub Desktop.

Select an option

Save e5k/c4304eb32c150d9c9b09ac2e109545de to your computer and use it in GitHub Desktop.
.zshrc

Default .zshrc file on EOS MBP

Don't forget to source ~/.zshrc

# Commands
alias ll='ls -lrtah'

# SSH
alias gekko='ssh [email protected]'
alias komodo='ssh [email protected]'
alias wovo='ssh [email protected]'

# Get all Optuna optimisation pickle from gekko
alias fetchOptunaPickle='rsync -avz --progress  [email protected]:~/GEE/DB/Optuna/*.pkl /Users/seb/Documents/Codes/GEE/DB/Optuna'
alias fetchSHAPPickle='rsync -avz --progress  [email protected]:~/GEE/DB/Shap/*.pkl /Users/seb/Documents/Codes/GEE/DB/Shap/'
alias sendTrainingCsv='scp /Users/seb/Documents/Codes/GEE/ML/training/*.csv [email protected]:~/GEE/ML/training/'
# Google Earth Engine
alias eeTask='earthengine task list'

PROMPT='%F{14} => %1~%f %# ' # easier to find prompt 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment