From 7b74f9d8c2c658399596ac0babbd4fe1c1d10506 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 19 Feb 2019 13:13:05 -0500 Subject: bm* files, shortcuts and alias to .config --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8569865..9338a0c 100644 --- a/.bashrc +++ b/.bashrc @@ -4,5 +4,5 @@ shopt -s autocd #Allows you to cd into directory merely by typing the directory HISTSIZE= HISTFILESIZE= # Infinite history. export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]" -[ -f "$HOME/.shortcuts" ] && source "$HOME/.shortcuts" # Load shortcut aliases -[ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc" +[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases +[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" -- cgit v1.3.1