summaryrefslogtreecommitdiff
path: root/.bashrc
blob: 3954f57b1c00d4763caac8fee42f0e8291d25314 (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]\$ '