diff --git a/arch/stow/bash/.bashrc b/arch/stow/bash/.bashrc deleted file mode 100644 index 617dfaf..0000000 --- a/arch/stow/bash/.bashrc +++ /dev/null @@ -1,11 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ ' - -eval $( keychain --eval --quiet ~/.ssh/id_ed25519 )