From 57d66b406c08e407d2fd797ec42f1b3968fc7ddd Mon Sep 17 00:00:00 2001 From: kvorschk <92257455+kvorschk@users.noreply.github.com> Date: Sun, 5 Mar 2023 03:32:09 -0500 Subject: [PATCH] put in wrong location --- .config/bashrc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .config/bashrc diff --git a/.config/bashrc b/.config/bashrc deleted file mode 100644 index 1c65b51..0000000 --- a/.config/bashrc +++ /dev/null @@ -1,20 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -if - [ -f ~/.config/shell/aliases ]; then - . ~/.config/shell/aliases -fi - -# Set vimrc's location and source it on vim startup -# export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' - -# alias ls='ls --color=auto' -#PS1='[\u@\h \W]\$ ' -PS1='== \W ⚙️ >>' -eval "$(starship init bash)" -neofetch