Skip to content

Instantly share code, notes, and snippets.

@mitkot
Created June 6, 2020 11:28
Show Gist options
  • Save mitkot/8d2fda1c294c7087c29ec5aae04d03fd to your computer and use it in GitHub Desktop.
Save mitkot/8d2fda1c294c7087c29ec5aae04d03fd to your computer and use it in GitHub Desktop.
alias em='emacsclient'
alias cpidrsa='cat ~/.ssh/id_rsa|pbcopy'
alias dsl='sudo pmset -a disablesleep 1'
alias esl='sudo pmset -a disablesleep 0'
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment