add bashrc

This commit is contained in:
Rawley 2022-04-25 22:06:45 +00:00
parent 42c5944a61
commit c7ead9694e
4 changed files with 14 additions and 312 deletions

14
Bash/.bashrc Normal file
View file

@ -0,0 +1,14 @@
#
# Rawley's .bashrc
# Last edited: April 23, 2022
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias vim='nvim'
alias vi='nvim'
PS1='[\e[0;32m\u\e[m@\e[0;33m\h\e[m \W]\e[0;33m\$\e[m '
[ -f ~/.fzf.bash ] && source ~/.fzf.bash