added cal, hexdump and ls aliases
This commit is contained in:
parent
206bac0fa3
commit
1b6f65d631
1 changed files with 10 additions and 0 deletions
10
.bashrc
10
.bashrc
|
|
@ -6,7 +6,17 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias grep='grep --color'
|
alias grep='grep --color'
|
||||||
|
|
||||||
alias gdp='git diff --color HEAD^ HEAD'
|
alias gdp='git diff --color HEAD^ HEAD'
|
||||||
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
||||||
alias gdc='git diff --color'
|
alias gdc='git diff --color'
|
||||||
|
|
||||||
alias ssh='export TERM=xterm && ssh'
|
alias ssh='export TERM=xterm && ssh'
|
||||||
|
|
||||||
|
alias cal='ncal -b -M'
|
||||||
|
|
||||||
|
alias hexdump='hexdump -c'
|
||||||
|
|
||||||
|
alias l='ls -lhatr'
|
||||||
|
alias ls='ls --color=auto'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue