dotfiles/.bashrc

12 lines
258 B
Bash
Raw Normal View History

2024-05-13 16:12:06 -06: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]\$ '
alias config='/usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker'