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:
parent
020021bda1
commit
7dd8b445ca
5 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
#!/usr/bin/env fish
|
|
|
@ -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
|
||||||
|
|
|
@ -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 #
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue