From 5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 19 Jun 2025 23:11:11 -0400 Subject: cleanup, qol, and input --- .bashrc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 7fa050a..0000000 --- a/.bashrc +++ /dev/null @@ -1,14 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -alias ls='ls --color=auto' -alias grep='grep --color=auto' -alias project='. project' -PS1='\[\033[1;1m\]\u\[\033[00m\]@\[\033[34m\]\h \[\033[32m\]\w \[\033[35m\]$(git-ps1)\[\033[00m\]\$ ' - -export CC=/usr/bin/clang -export CXX=/usr/bin/clang++ -- cgit v1.2.3