summaryrefslogtreecommitdiff
path: root/.bashrc
blob: a1a31b23bcef4c64bde6ef7669b42132ee598338 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

PS1='[\u@\h \W]\$ '