Update .config/fish/conf.d/00-init.fish

Remove .config/fish/conf.d/10-apple-keyboard.fish
Update .config/fish/conf.d/20-gpg.fish
Update .config/fish/conf.d/30-git.fish
Change attributes of .config/fish/conf.d/30-glamour.fish
This commit is contained in:
punkfairie 2024-09-29 20:57:09 -07:00
parent 020021bda1
commit 7dd8b445ca
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
5 changed files with 3 additions and 7 deletions

View file

@ -26,9 +26,5 @@ set -gx EDITOR nvim
set -gx VISUAL "$EDITOR" set -gx VISUAL "$EDITOR"
set -gx SUDO_EDITOR "$EDITOR" set -gx SUDO_EDITOR "$EDITOR"
{{ if eq .osid "linux-debian" }}
fish_add_path "/opt/nvim/linux64/bin"
{{ end }}
# Use vi key bindings. # Use vi key bindings.
set -g fish_key_bindings fish_vi_key_bindings set -g fish_key_bindings fish_vi_key_bindings

View file

@ -1 +0,0 @@
#!/usr/bin/env fish

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish #!/usr/bin/env fish
if test "$(command -v gpgconf &>/dev/null)" if test "$(command -v gpgconf &>/dev/null)"
set -gx GPG_TTY (tty) set -Ux GPG_TTY (tty)
gpgconf --launch gpg-agent gpgconf --launch gpg-agent
end end

View file

@ -1,7 +1,6 @@
#!/usr/bin/env fish #!/usr/bin/env fish
abbr -a g --position command git abbr -a g --position command git
abbr -a d --position command dotfiles
################################################################################ ################################################################################
# Functions # # Functions #

View file

@ -1,3 +1,5 @@
#!/usr/bin/env fish #!/usr/bin/env fish
# hardcoded theme bc rose-pine doesn't have a glow theme
# TODO: make a rose-pine glow theme
set -gx GLAMOUR_STYLE "~/.config/glow/themes/catppuccin-macchiato.json" set -gx GLAMOUR_STYLE "~/.config/glow/themes/catppuccin-macchiato.json"