I forgor .bashrc

This commit is contained in:
lkarch 2024-06-20 13:56:16 -04:00
parent df43b671c3
commit 5f48b449e5

11
home/.bashrc Normal file
View File

@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls="ls -a"
alias grep="grep --color=auto"
PATH="$HOME/.local/bin:$PATH"
PS1="[\u@\h \W]\$ "