changed bashrc
This commit is contained in:
parent
c424e6fcf7
commit
2d7d0fc693
6
.bashrc
6
.bashrc
@ -8,4 +8,8 @@
|
|||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
alias config='/usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker'
|
|
||||||
|
alias config='EDITOR=vim /usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker'
|
||||||
|
|
||||||
|
EDITOR=vim
|
||||||
|
fastfetch
|
||||||
|
Loading…
Reference in New Issue
Block a user