commit e4a574e0a261c4dadeca9bae92c6d1a408c08d5d Author: V Date: Thu Nov 24 19:16:17 2022 +0400 init diff --git a/dot_bashrc b/dot_bashrc new file mode 100644 index 0000000..02f1455 --- /dev/null +++ b/dot_bashrc @@ -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]\$ '