aliases: add ipyl and fix grep

feature/symbol-search
bretello 2020-04-10 20:42:37 +02:00
parent 89ca761ba1
commit d9083b94d1
1 changed files with 3 additions and 3 deletions

View File

@ -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