Skip to content

Instantly share code, notes, and snippets.

@thitemple
Created October 20, 2015 13:38
Show Gist options
  • Save thitemple/2c1621af9c04c0d587f0 to your computer and use it in GitHub Desktop.
Save thitemple/2c1621af9c04c0d587f0 to your computer and use it in GitHub Desktop.
My list of aliases for cmder
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
ls=ls --show-control-chars -F --color $*
pwd=cd
clear=cls
history=cat %CMDER_ROOT%\config\.history
unalias=alias /d $1
cdd=e: && cd \sources\dev
home=cd %HOMEPATH%
hgs=hg status
hgu=hg update $*
hgc=hg commit -m "$*"
hgb=hg branch $*
hgm=hg merge $*
hga=hg addremove
gs=git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment