config updates
This commit is contained in:
parent
44fdae6fcb
commit
617cf25d1d
14 changed files with 1045 additions and 20 deletions
|
@ -1,3 +1,7 @@
|
|||
if test -f $HOME/.local/bin/mise
|
||||
$HOME/.local/bin/mise activate fish | source
|
||||
end
|
||||
|
||||
if status is-interactive
|
||||
set -g fish_key_bindings fish_vi_key_bindings
|
||||
|
||||
|
@ -8,10 +12,13 @@ if status is-interactive
|
|||
else if test -x /usr/local/bin/starship
|
||||
/usr/local/bin/starship init fish | source
|
||||
end
|
||||
end
|
||||
|
||||
if test -f $HOME/.local/bin/mise
|
||||
$HOME/.local/bin/mise activate fish | source
|
||||
# Start or re-use a gpg-agent.
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
# Ensure that GPG Agent is used as the SSH agent
|
||||
set -e SSH_AUTH_SOCK
|
||||
set -U -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||
end
|
||||
|
||||
set -U fish_greeting
|
||||
|
@ -24,3 +31,5 @@ if test -f "$HOME/.config/fish/local.fish"
|
|||
source "$HOME/.config/fish/local.fish"
|
||||
end
|
||||
|
||||
fish_add_path -g ~/bin
|
||||
fish_add_path -g ~/.local/bin
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3800
|
||||
SETUVAR --export SSH_AUTH_SOCK:/run/user/1000/gnupg/S\x2egpg\x2dagent\x2essh
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR _fish_abbr_hist:history\x20\x7c\x20fzf\x20\x7c\x20fish_clipboard_copy
|
||||
SETUVAR _fish_abbr_lzd:lazydocker
|
||||
SETUVAR _fish_abbr_lzg:lazygit
|
||||
SETUVAR _fisher_dracula_2F_fish_files:\x7e/\x2econfig/fish/themes/Dracula\x20Official\x2etheme\x1e\x7e/\x2econfig/fish/conf\x2ed/dracula\x2efish
|
||||
SETUVAR _fisher_patrickf1_2F_fzf_2E_fish_files:\x7e/\x2econfig/fish/functions/_fzf_configure_bindings_help\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_extract_var_info\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_preview_changed_file\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_preview_file\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_report_diff_type\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_report_file_type\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_directory\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_git_log\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_git_status\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_history\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_processes\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_variables\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_wrapper\x2efish\x1e\x7e/\x2econfig/fish/functions/fzf_configure_bindings\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/fzf\x2efish\x1e\x7e/\x2econfig/fish/completions/fzf_configure_bindings\x2efish
|
||||
SETUVAR _fisher_plugins:patrickf1/fzf\x2efish\x1edracula/fish
|
||||
|
@ -34,4 +38,3 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
|
|||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_user_paths:/Users/jsc/Applications/flutter/bin\x1e/opt/homebrew/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue