From f931c28f79fb3393aea05e21e4b5b491a5239266 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 18 Oct 2023 19:03:00 +0200 Subject: [PATCH] Remove almost empty bash config --- arch/stow/bash/.bashrc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 arch/stow/bash/.bashrc 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 )