summarylogtreecommitdiffstats
path: root/dot.pshrc
diff options
context:
space:
mode:
authorQian Yicheng2022-12-23 10:12:13 +0800
committerQian Yicheng2022-12-23 10:12:13 +0800
commita4676b6abdba0946dddf257ca4319f8e9f892106 (patch)
tree3320de87722f577599a32a03b09edb8541214834 /dot.pshrc
downloadaur-a4676b6abdba0946dddf257ca4319f8e9f892106.tar.gz
The pig shell
Diffstat (limited to 'dot.pshrc')
-rwxr-xr-xdot.pshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/dot.pshrc b/dot.pshrc
new file mode 100755
index 000000000000..004f9e8ff28e
--- /dev/null
+++ b/dot.pshrc
@@ -0,0 +1,9 @@
+#
+# ~/.pshrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '