update from data

This commit is contained in:
kvorschk
2023-03-05 03:29:01 -05:00
committed by GitHub
parent bc14802b49
commit 64c284bd8d
4 changed files with 174 additions and 0 deletions

20
.config/bashrc Normal file
View File

@@ -0,0 +1,20 @@
#
# ~/.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