Added bashrc
This commit is contained in:
parent
7c961f91b0
commit
a76a7184d1
1 changed files with 8 additions and 0 deletions
8
.bashrc
Normal file
8
.bashrc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# .bashrc
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
EDITOR=hx
|
||||
Loading…
Reference in a new issue