From a3039e3055314c44a3bf84ca88c70f3b2d79d820 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 23 Feb 2018 11:14:38 -0700 Subject: shortcut-sync robustness --- .bashrc | 3 --- 1 file changed, 3 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8c8576e..327efe5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,9 +1,6 @@ stty -ixon shopt -s autocd #Allows you to cd into directory merely by typing the directory name. -# For directory and config shortcuts: -source ~/.bash_shortcuts - # Setting Bash prompt. Capitalizes username and host if root user (my root user uses this same config file). if [ "$EUID" -ne 0 ] then 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)\]" -- cgit v1.3.1