mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
aliases: add ipyl and fix grep
This commit is contained in:
parent
89ca761ba1
commit
d9083b94d1
|
@ -34,7 +34,7 @@ alias dot="cd $DOTFILES"
|
||||||
#### Audible bell
|
#### Audible bell
|
||||||
alias bell='echo -en "\007"'
|
alias bell='echo -en "\007"'
|
||||||
|
|
||||||
alias grep="grep --colour=yes"
|
alias grep="grep --colour=auto"
|
||||||
|
|
||||||
##############
|
##############
|
||||||
## ls aliases
|
## ls aliases
|
||||||
|
@ -47,8 +47,8 @@ alias ll='ls -lhL' #long ls output
|
||||||
|
|
||||||
alias ka="killall"
|
alias ka="killall"
|
||||||
|
|
||||||
## Load pylab by default when running ipython
|
alias ipy='ipython'
|
||||||
alias ipy="ipython --pylab"
|
alias ipyl='ipython --pylab'
|
||||||
|
|
||||||
## Show the last 10 modified files
|
## Show the last 10 modified files
|
||||||
if [[ ! "$(uname)" == "Darwin" ]]; then
|
if [[ ! "$(uname)" == "Darwin" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user