pages:howtos:bash:aliases
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'
~~DISCUSSION~~
pages/howtos/bash/aliases.txt · Last modified: 2021/12/09 21:56 by The Thing That Should Not Be