diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index a7a1ed9..e91f5ef 100755 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -570,8 +570,8 @@ key_bindings: - { key: Insert, mods: Shift, action: PasteSelection } - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: NumpadAdd, mods: Control, action: IncreaseFontSize } - - { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } + - { key: Add, mods: Control, action: IncreaseFontSize } + - { key: Subtract, mods: Control, action: DecreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize } - { key: Paste, action: Paste } diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 1f207ef..bf7c809 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,6 +5,7 @@ # |____/ |_| # # My fish config. Not much to see here. Some pretty standard stuff. +set -U fish_user_paths $fish_user_paths $HOME/.local/bin/ set fish_greeting # Supresses fish's intro message set TERM "xterm-256color" # Sets the terminal type set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal