.dotfiles/bashrc
2025-04-07 11:55:01 -07:00

18 lines
271 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias today='date --iso-8601'
PS1='[\u@\h \W]\$ '
set -o vi
export PATH="~/.dotfiles/bin:$PATH"
fortune | cowsay -r