mirror of
https://github.com/mr0xb/dotfiles_chezmoi.git
synced 2026-08-27 19:34:57 -04:00
initial commit
This commit is contained in:
commit
f1374f54c4
46 changed files with 4121 additions and 0 deletions
8
dot_zshrc
Normal file
8
dot_zshrc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# fzf: fuzzy completion + key bindings (Ctrl-T, Ctrl-R, Alt-C)
|
||||
if command -v fzf >/dev/null 2>&1; then
|
||||
eval "$(fzf --zsh)"
|
||||
fi
|
||||
|
||||
eval "$(/home/mr0xb/.local/bin/mise activate zsh)"
|
||||
# starship prompt
|
||||
eval "$(starship init zsh)"
|
||||
Loading…
Reference in a new issue