AutoYADM commit: 2024-12-16 16:30:04
This commit is contained in:
parent
85a0993fe2
commit
4dfec76153
1 changed files with 3 additions and 8 deletions
11
.zshrc
11
.zshrc
|
@ -1,3 +1,5 @@
|
|||
bindkey -r '^S'
|
||||
bindkey -r '\ex'
|
||||
ZSH="$HOME/.oh-my-zsh"
|
||||
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
@ -20,6 +22,7 @@ bindkey "^e" edit-command-line
|
|||
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
source ~/.config/zsh/fzf.zsh
|
||||
# Not working for some reason...
|
||||
source ~/.config/zsh/fzf-git.sh
|
||||
|
||||
# alias ls="eza -lh --git"
|
||||
|
@ -63,8 +66,6 @@ alias cat=bat
|
|||
alias autoyadm="AUTOYADMPUSH=1 ~/dev/autoyadm/autoyadm.sh"
|
||||
alias yadmadd="~/dev/autoyadm/yadmadd.sh"
|
||||
|
||||
bindkey -r '^S'
|
||||
bindkey -r '\ex'
|
||||
|
||||
# Created by `pipx` on 2024-09-20 02:14:00
|
||||
export PATH="$PATH:/home/fic/.local/bin:/home/fic/.cargo/bin:/home/fic/go/bin"
|
||||
|
@ -88,12 +89,6 @@ function zle-keymap-select zle-line-init zle-line-finish
|
|||
esac
|
||||
}
|
||||
|
||||
# fpath+=(~/.zsh/completions)
|
||||
# Don't lazy-load in development, source directly:
|
||||
# source ~/scripts/mkbak.zsh
|
||||
# fpath+=(~/scripts/functions)
|
||||
# autoload -Uz mkbak
|
||||
|
||||
zle -N zle-line-init
|
||||
zle -N zle-line-finish
|
||||
zle -N zle-keymap-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue