aboutsummaryrefslogtreecommitdiffstats
path: root/src/profile
diff options
context:
space:
mode:
authorJonas Maier <>2026-05-23 16:25:54 +0200
committerJonas Maier <>2026-05-23 16:25:54 +0200
commita22ed24eb0b20f05ab60a877511e37bd8c4f03a4 (patch)
tree548b94aa6453f4de83b916fd15c0c59e3905f94b /src/profile
parente4c0fc7beab2a6dd53210263a857f2b3ec29b604 (diff)
downloadpish-a22ed24eb0b20f05ab60a877511e37bd8c4f03a4.tar.gz
allow syntax highlighting to be enabled or disabled
Diffstat (limited to 'src/profile')
-rw-r--r--src/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/profile b/src/profile
index 2f4100b..18382fa 100644
--- a/src/profile
+++ b/src/profile
@@ -20,4 +20,7 @@ bind key \x1bd ct prompt_del_right_word
bind key \x17 ct prompt_del_left_word
bind key '|' ct prompt_pipe_previous
+pish_theme enable
+
alias ls = 'ls --color=auto'
+