View psychometric.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View .bashrc
# .bashrc | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc | |
fi | |
# git | |
source ~/.git-prompt.sh # copied from https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh | |
alias glog="git log --oneline --graph --all --decorate" |