mirror of https://github.com/aldy505/dotfiles.git
fix everything up
This commit is contained in:
parent
06d1edd0c8
commit
862f3f2a49
|
@ -77,7 +77,7 @@ esac
|
|||
# enable color support of ls and also add handy aliases
|
||||
if [ -x /usr/bin/dircolors ]; then
|
||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||
alias ls='ls --color=auto'
|
||||
#alias ls='ls --color=auto'
|
||||
#alias dir='dir --color=auto'
|
||||
#alias vdir='vdir --color=auto'
|
||||
|
||||
|
@ -90,9 +90,8 @@ fi
|
|||
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||
|
||||
# some more ls aliases
|
||||
alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
alias ls='exa'
|
||||
alias find='fd'
|
||||
alias fucking='sudo'
|
||||
|
||||
# Add an "alert" alias for long running commands. Use like so:
|
||||
|
|
Loading…
Reference in New Issue