Update on by jas

This commit is contained in:
Jeffrey Serio 2022-12-27 21:10:44 -06:00
parent f1445d1981
commit 41d3cc3b20
3 changed files with 6 additions and 5 deletions

View File

@ -112,3 +112,4 @@ export BAT_THEME="Catppuccin"
# Automatically remove duplicates from these arrays
typeset -gU path cdpath manpath fpath
. "$HOME/.cargo/env"

View File

@ -60,6 +60,9 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:2
# Press escape twice to prepend `sudo` to the command line
zplug "plugins/sudo", from:oh-my-zsh
# extract archives
zplug "plugins/extract", from:oh-my-zsh
# systemd aliases
zplug "plugins/systemd", from:oh-my-zsh

View File

@ -37,12 +37,9 @@ if test -x "${HOME}/bin/tman"; then
bindkey '^[m' tman-widget
fi
## keybinding for convenient ssh connections
## gumssh
if test -x "${HOME}/bin/gumssh"; then
gumssh-widget() { "${HOME}/bin/gumssh" }
zle -N gumssh-widget
bindkey '^[s' gumssh-widget
bindkey -s '^[s' 'gumssh^M'
fi
## history substring search