From 63449c926b14e4166f18bd26e4cfbdbfc2409910 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 21 Sep 2019 15:29:39 -0400 Subject: unneeded with zsh --- .bashrc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 9338a0c..0000000 --- a/.bashrc +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -stty -ixon # Disable ctrl-s and ctrl-q. -shopt -s autocd #Allows you to cd into directory merely by typing the directory name. -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/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases -[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" -- cgit v1.3.1