pages:howtos:bash:aliases
This is an old revision of the document!
bash - aliases
Bash aliases to add a little color.
alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' alias l.='ls -d .* --color=tty' alias ll='ls -l --color=tty' alias ls='ls --color=tty' alias vi='vim'
pages/howtos/bash/aliases.1612970458.txt.gz · Last modified: 2021/02/10 15:20 by mischerh