Last active
July 17, 2018 23:46
-
-
Save sexwithsatan/c9ee034bb6e63e7c749300fb5d58c2eb to your computer and use it in GitHub Desktop.
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
alias ls='ls -C --color=auto --time-style=long-iso --group-directories-first' | |
alias la='ls -A' | |
alias ll='ls -1 -hkl -go' | |
alias pg='less -F' | |
alias ed='vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment