Skip to content

Instantly share code, notes, and snippets.

@gramian
Last active October 20, 2018 10: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 gramian/9d160cfc9a1ea1976f7b to your computer and use it in GitHub Desktop.
Save gramian/9d160cfc9a1ea1976f7b to your computer and use it in GitHub Desktop.
bash helpers
HISTIGNORE='git *'
alias cd..='cd ..'
alias uncommit='git reset --soft HEAD~'
alias forcepull='git fetch --all && git reset --hard origin/master'
alias oct='octave-cli'
alias mem='/usr/bin/time -f "%M KB"'
alias nano='nano -c -S'
alias ls='ls -la'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment