.dotfiles/.bashrc

11 lines
172 B
Bash
Raw Permalink Normal View History

2024-12-05 00:55:53 -05:00
#
# ~/.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]\$ '