Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit eb13d4f

Browse files
committed
Auto
1 parent 1f4f29b commit eb13d4f

File tree

2 files changed

+256
-4
lines changed

2 files changed

+256
-4
lines changed

home/.zshrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ local LIGHT=(
1717
zdharma-continuum/fast-syntax-highlighting
1818
zsh-users/zsh-syntax-highlighting
1919
zsh-users/zsh-completions
20+
zsh-users/zsh-history-substring-search
2021
ael-code/zsh-colored-man-pages
2122
)
2223

23-
2424
local command_not_found_handler() {
2525
cmd="$1"
2626
prt="zsh: command not found: $cmd"
@@ -135,6 +135,9 @@ eval "$(thefuck --alias)"
135135
# Starship Init
136136
eval "$(starship init zsh)"
137137

138+
# Prompt Init
139+
# . ~/.oh-my-zsh/custom/themes/jovial.zsh-theme
140+
138141
# Bun Init
139142
[ -s "/home/arch/.bun/_bun" ] && source "/home/arch/.bun/_bun"
140143
export BUN_INSTALL="$HOME/.bun"

0 commit comments

Comments
 (0)