.dotfiles/.bashrc
ObeseTermite 427f800051 Initial commit
testing, not all config files yet
2024-06-13 06:39:06 -07:00

12 lines
177 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
export PATH=$PATH:~/bin