Removed old aliases from user .bashrc
This commit is contained in:
parent
68571fc6fb
commit
88e90ee9bd
3
.bashrc
3
.bashrc
|
@ -5,9 +5,6 @@
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
|
||||||
alias grep='grep --color=auto'
|
|
||||||
alias vi='vim'
|
|
||||||
|
|
||||||
HISTFILE=~/.bash_history/bash_history
|
HISTFILE=~/.bash_history/bash_history
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue