diff options
| author | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
| commit | ea73642a3c82b5e58f6f7f42878bc695e7189efe (patch) | |
| tree | 96ec63b2995d15c8972a2c7d4be9a7c4089b62b6 /.bashrc | |
| download | dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2 dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip | |
Initial commit
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +# +# ~/.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]\$ ' |
