This commit is contained in:
2018-07-22 20:04:55 +03:00
commit d72d6e1c0b
13 changed files with 270 additions and 0 deletions

7
.bashrc Normal file
View File

@@ -0,0 +1,7 @@
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias diff='diff --color=auto'
alias grep='grep --color=auto'
PS1='\u@\h:\w \$ '