init
This commit is contained in:
commit
e4a574e0a2
9
dot_bashrc
Normal file
9
dot_bashrc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# ~/.bashrc
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
export EDITOR=nvim;
|
||||||
|
export VISUAL=nvim;
|
||||||
|
|
||||||
|
alias ls='ls --color=auto'
|
||||||
|
PS1='[\u@\h \W]\$ '
|
Loading…
Reference in a new issue