Skip to content

Instantly share code, notes, and snippets.

@e5k
Last active June 1, 2021 07:41
Show Gist options
  • Save e5k/c4304eb32c150d9c9b09ac2e109545de to your computer and use it in GitHub Desktop.
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 sbiasse@gekko.ase.ntu.edu.sg'
alias komodo='ssh sbiasse@komodo.ase.ntu.edu.sg'
alias wovo='ssh sbiasse@wovodat.org'

# Get all Optuna optimisation pickle from gekko
alias fetchOptunaPickle='rsync -avz --progress  sbiasse@gekko.ase.ntu.edu.sg:~/GEE/DB/Optuna/*.pkl /Users/seb/Documents/Codes/GEE/DB/Optuna'
alias fetchSHAPPickle='rsync -avz --progress  sbiasse@gekko.ase.ntu.edu.sg:~/GEE/DB/Shap/*.pkl /Users/seb/Documents/Codes/GEE/DB/Shap/'
alias sendTrainingCsv='scp /Users/seb/Documents/Codes/GEE/ML/training/*.csv sbiasse@gekko.ase.ntu.edu.sg:~/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