Remove almost empty bash config

This commit is contained in:
Tibo De Peuter 2023-10-18 19:03:00 +02:00
parent 37b3968722
commit f931c28f79

View file

@ -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 )