This commit is contained in:
V 2022-11-24 19:16:17 +04:00
commit e4a574e0a2
1 changed files with 9 additions and 0 deletions

9
dot_bashrc Normal file
View 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]\$ '