Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
use async git
Browse files Browse the repository at this point in the history
  • Loading branch information
kwigley committed Jan 30, 2024
1 parent 70c789f commit e319367
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions private_dot_config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ end
# opam configuration
source $HOME/.opam/opam-init/init.fish >/dev/null 2>/dev/null; or true

# pure prompt
set -g async_prompt_functions _pure_prompt_git

# Determine whether to use side-by-side mode for delta
function delta_sidebyside --on-signal WINCH
if test "$COLUMNS" -ge 120; and ! contains side-by-side "$DELTA_FEATURES"
Expand Down
1 change: 1 addition & 0 deletions private_dot_config/fish/fish_plugins
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gazorby/fish-abbreviation-tips
gazorby/fish-exa
jethrokuan/z
jhillyerd/plugin-git
acomagu/fish-async-prompt
jorgebucaran/autopair.fish
lilyball/nix-env.fish
oakninja/makemefish
Expand Down
2 changes: 1 addition & 1 deletion private_dot_config/fish/functions/update.fish
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ function update --description 'Update installed software'
fisher install gazorby/fish-exa
fisher install halostatue/fish-direnv
fisher install jethrokuan/z
fisher install acomagu/fish-async-prompt
fisher install jhillyerd/plugin-git
fisher install jorgebucaran/autopair.fish
fisher install lilyball/nix-env.fish
fisher install oakninja/MakeMeFish
fisher install kwigley/pure
fisher update
cp ~/.local/share/nvim/lazy/vim-kitty-navigator/*.py ~/.config/kitty/
end

0 comments on commit e319367

Please sign in to comment.