From b79dcb8585e77535160784fd32243b023e12873f Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sun, 31 Oct 2021 17:58:10 +0100 Subject: Cleaned home dir, cleaned xinit, ls -> exa, cvim alias --- .bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index c897e36..1f25258 100644 --- a/.bashrc +++ b/.bashrc @@ -75,7 +75,6 @@ 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 dir='dir --color=auto' #alias vdir='vdir --color=auto' @@ -88,9 +87,9 @@ 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 -F' +alias ll='exa -laF' +alias lh='exa -ld .*' # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert @@ -121,6 +120,7 @@ export VISUAL=vim export PS1='\[\033[35m\]\u@\h\[\033[37m\]:\[\033[0;34m\]\w\[\033[37m\]$ ' # Shell prompt export PAGER=most +alias cvim='GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME nvim' alias mv='mv -i' alias rm='rm -i' alias gs='git status' -- cgit v1.2.3-70-g09d2