rename directories to lowercase

This commit is contained in:
rf 2022-04-27 22:37:37 -05:00
parent 942e69aa68
commit e4163217b1
5 changed files with 0 additions and 0 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