mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
Update on by jas
This commit is contained in:
parent
f1445d1981
commit
41d3cc3b20
@ -112,3 +112,4 @@ export BAT_THEME="Catppuccin"
|
|||||||
|
|
||||||
# Automatically remove duplicates from these arrays
|
# Automatically remove duplicates from these arrays
|
||||||
typeset -gU path cdpath manpath fpath
|
typeset -gU path cdpath manpath fpath
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
@ -60,6 +60,9 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
|||||||
# Press escape twice to prepend `sudo` to the command line
|
# Press escape twice to prepend `sudo` to the command line
|
||||||
zplug "plugins/sudo", from:oh-my-zsh
|
zplug "plugins/sudo", from:oh-my-zsh
|
||||||
|
|
||||||
|
# extract archives
|
||||||
|
zplug "plugins/extract", from:oh-my-zsh
|
||||||
|
|
||||||
# systemd aliases
|
# systemd aliases
|
||||||
zplug "plugins/systemd", from:oh-my-zsh
|
zplug "plugins/systemd", from:oh-my-zsh
|
||||||
|
|
||||||
|
@ -37,12 +37,9 @@ if test -x "${HOME}/bin/tman"; then
|
|||||||
bindkey '^[m' tman-widget
|
bindkey '^[m' tman-widget
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## keybinding for convenient ssh connections
|
## gumssh
|
||||||
if test -x "${HOME}/bin/gumssh"; then
|
if test -x "${HOME}/bin/gumssh"; then
|
||||||
gumssh-widget() { "${HOME}/bin/gumssh" }
|
bindkey -s '^[s' 'gumssh^M'
|
||||||
zle -N gumssh-widget
|
|
||||||
|
|
||||||
bindkey '^[s' gumssh-widget
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## history substring search
|
## history substring search
|
||||||
|
Loading…
Reference in New Issue
Block a user