initial commit
This commit is contained in:
commit
c424e6fcf7
11
.bashrc
Normal file
11
.bashrc
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
alias config='/usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker'
|
Loading…
Reference in New Issue
Block a user