diff options
| author | Jonas Maier <> | 2026-05-23 16:25:54 +0200 |
|---|---|---|
| committer | Jonas Maier <> | 2026-05-23 16:25:54 +0200 |
| commit | a22ed24eb0b20f05ab60a877511e37bd8c4f03a4 (patch) | |
| tree | 548b94aa6453f4de83b916fd15c0c59e3905f94b /src/profile | |
| parent | e4c0fc7beab2a6dd53210263a857f2b3ec29b604 (diff) | |
| download | pish-a22ed24eb0b20f05ab60a877511e37bd8c4f03a4.tar.gz | |
allow syntax highlighting to be enabled or disabled
Diffstat (limited to 'src/profile')
| -rw-r--r-- | src/profile | 3 |
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' + |
