From d99f98423439020e7bd5fdae0493aa5da9d9bf14 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Aug 2022 19:01:57 -0400 Subject: refactor --- .bashrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 9a63c20..9df68f7 100644 --- a/.bashrc +++ b/.bashrc @@ -15,12 +15,11 @@ shopt -s nocaseglob shopt -s no_empty_cmd_completion export HISTFILE="$XDG_STATE_HOME/bash/history" -export HISTSIZE=200 +export HISTSIZE=100 export HISTFILESIZE=1000 -# aliases -alias ls='exa' -alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +# source aliases +source "$XDG_CONFIG_HOME/shell/aliases" # prompt PS1='[\u@\h \W]\$ ' -- cgit v1.2.3