Created
January 23, 2015 11:39
-
-
Save oleksandr-diudiun/c9c3335f89d2479f0a80 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 $LS_OPTIONS -hA' | |
alias ll='ls $LS_OPTIONS -lAh' | |
alias l='ls $LS_OPTIONS -lAh' | |
alias cd..="cd .." | |
alias c="clear" | |
alias e="exit" | |
alias ..="cd .." | |
alias .="open ." | |
alias mkdir='mkdir -pv' | |
alias now='date +"%d-%m-%Y %T"' | |
# export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment