mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Add new plugins
This commit is contained in:
parent
f2b0744190
commit
d240549598
8
.zshrc
8
.zshrc
@ -54,7 +54,7 @@ HIST_STAMPS="mm/dd/yyyy"
|
|||||||
|
|
||||||
# plugins=()
|
# plugins=()
|
||||||
plugins=(
|
plugins=(
|
||||||
alias-finder zsh-autosuggestions pip last-working-dir dirhistory history sudo command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
|
gitignore alias-finder zsh-autosuggestions pip last-working-dir dirhistory history thefuck command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua pyenv-lazy
|
||||||
)
|
)
|
||||||
# plugins+=(zsh-prompt-benchmark)
|
# plugins+=(zsh-prompt-benchmark)
|
||||||
|
|
||||||
@ -70,7 +70,6 @@ source ~/.p10k.zsh
|
|||||||
zstyle ':completion:*:*:git:*' script ~/.git-completion.bash
|
zstyle ':completion:*:*:git:*' script ~/.git-completion.bash
|
||||||
fpath=(~/.zsh $fpath)
|
fpath=(~/.zsh $fpath)
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
|
||||||
unsetopt nomatch
|
unsetopt nomatch
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
@ -86,6 +85,9 @@ export FZF_DEFAULT_OPTS='--bind change:top'
|
|||||||
export PATH="$HOME/.poetry/bin:$PATH"
|
export PATH="$HOME/.poetry/bin:$PATH"
|
||||||
|
|
||||||
|
|
||||||
|
# . /usr/share/autojump/autojump.sh
|
||||||
|
export PATH="/snap/bin:$PATH"
|
||||||
|
export PYENV_VIRTUALENV_DISABLE_PROMPT=1
|
||||||
|
|
||||||
|
|
||||||
# If not in tmux session, add battery and time to prompt
|
# If not in tmux session, add battery and time to prompt
|
||||||
@ -98,7 +100,7 @@ function my_bindings() {
|
|||||||
bindkey '^j' backward-word
|
bindkey '^j' backward-word
|
||||||
bindkey '^f' forward-word
|
bindkey '^f' forward-word
|
||||||
bindkey '^g' autosuggest-accept
|
bindkey '^g' autosuggest-accept
|
||||||
bindkey "\e\e" sudo-command-line
|
bindkey "\e\e" fuck-command-line
|
||||||
bindkey "\e[1;3D" dirhistory_zle_dirhistory_back
|
bindkey "\e[1;3D" dirhistory_zle_dirhistory_back
|
||||||
bindkey "\e[1;3C" dirhistory_zle_dirhistory_future
|
bindkey "\e[1;3C" dirhistory_zle_dirhistory_future
|
||||||
bindkey "\e[1;3A" dirhistory_zle_dirhistory_up
|
bindkey "\e[1;3A" dirhistory_zle_dirhistory_up
|
||||||
|
Loading…
Reference in New Issue
Block a user