From 93a9c275964901c7abd6a4c8499dc04320671faa Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 11 Aug 2021 17:18:09 -0400 Subject: [PATCH] added bashrc --- bashrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bashrc diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..74d4235 --- /dev/null +++ b/bashrc @@ -0,0 +1,18 @@ +# __ Valerie's __ +# / /_ ____ ______/ /_ __________ +# / __ \/ __ `/ ___/ __ \/ ___/ ___/ +# _ / /_/ / /_/ (__ ) / / / / / /__ +# (_)_.___/\__,_/____/_/ /_/_/ \___/ +# ~/.bashrc + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' + +export EDITOR=vim + +eval "$(starship init bash)" +eval "$(thefuck --alias)" + +source /usr/lib/goto/goto.sh