Adding a boring bashrc for now
This commit is contained in:
parent
d9eed1ab9a
commit
c34d2bb8f1
1 changed files with 6 additions and 0 deletions
6
bashrc
Normal file
6
bashrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Check for an interactive session
|
||||
[ -z "$PS1" ] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias vi='vim'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
Loading…
Add table
Add a link
Reference in a new issue