Skip to content

Instantly share code, notes, and snippets.

@dyllanwli
Last active April 26, 2020 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyllanwli/163734fa88fe723e97bf28debc132c15 to your computer and use it in GitHub Desktop.
Save dyllanwli/163734fa88fe723e97bf28debc132c15 to your computer and use it in GitHub Desktop.
hprc .bashrc
alias activatejupyter='module load Anaconda/3-5.0.0.1 ; source activate jupyterlab_2.0.1'
alias rm='trash' # to avoid wrong delete
# use \rm -rf is you still want to delete all file
# make symbolic link to avoid disk file count usage
# ln -s <the short cut that you want to link (may not be exist)> <the real folder path(must exist)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment