02-15-25 update
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
let
|
||||
shellsound = "${pkgs.myScripts.playshellsound}/bin/playshellsound";
|
||||
color-commit = "${pkgs.myScripts.color-commit}/bin/color-commit";
|
||||
fzf-tab = "${pkgs.myPkgs.fzf-tab}";
|
||||
sndpath = "${self}/assets/sound";
|
||||
in
|
||||
{
|
||||
@@ -174,6 +175,9 @@ in
|
||||
autoload -U up-line-or-beginning-search; zle -N up-line-or-beginning-search
|
||||
autoload -U down-line-or-beginning-search; zle -N down-line-or-beginning-search
|
||||
|
||||
compinit
|
||||
source ${fzf-tab}/fzf-tab.plugin.zsh
|
||||
|
||||
bindkey -v
|
||||
kitty_theme
|
||||
type starship_zle-keymap-select >/dev/null || \
|
||||
|
||||
Reference in New Issue
Block a user