summaryrefslogtreecommitdiff
path: root/.bashrc
blob: 9a71f00d1a90789bb8fa3736be300f60cd93477c (plain)
1
2
3
4
5
6
#!/bin/sh

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

PS1="[\u@\h \w]\$ "