mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
tldr support
This commit is contained in:
parent
f1d14721b2
commit
d4ee081bb4
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -198,6 +198,10 @@ if iscmd zoxide; then
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if iscmd tldr; then
|
||||||
|
alias tldrf='tldr --list | fzf --preview "tldr {1} --color=always" --preview-window=right,70% | xargs tldr'
|
||||||
|
fi
|
||||||
|
|
||||||
DISABLE_MAGIC_FUNCTIONS=true
|
DISABLE_MAGIC_FUNCTIONS=true
|
||||||
source $OTHER/func.zsh
|
source $OTHER/func.zsh
|
||||||
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue