rename directories to lowercase
This commit is contained in:
parent
942e69aa68
commit
e4163217b1
5 changed files with 0 additions and 0 deletions
14
bash/.bashrc
Normal file
14
bash/.bashrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue