Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Created January 23, 2015 11:39
Show Gist options
  • Save oleksandr-diudiun/c9c3335f89d2479f0a80 to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/c9c3335f89d2479f0a80 to your computer and use it in GitHub Desktop.
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