Last active
December 25, 2018 01:09
-
-
Save nathonius/cbab147cf7c4f9c80071e7ea32bdd1bb to your computer and use it in GitHub Desktop.
Cmder Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
vi=vim $* | |
cmderr=cd /d "%CMDER_ROOT%" | |
cd=cd $*$Tautojump -i $Gnul | |
fuck=thefuckcmder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment