summarylogtreecommitdiffstats
path: root/dot.pshrc
blob: 004f9e8ff28e87f813c07206a29428cfa7bcfb31 (plain)
1
2
3
4
5
6
7
8
9
#
# ~/.pshrc
#

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

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '