Removed old aliases from user .bashrc

This commit is contained in:
ObeseTermite 2024-07-12 09:11:27 -07:00
parent 68571fc6fb
commit 88e90ee9bd

View file

@ -5,9 +5,6 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias vi='vim'
HISTFILE=~/.bash_history/bash_history