fix(find-the-command): disable find-the-command when pacman not present
This commit is contained in:
parent
67ec855327
commit
26feec573c
6
zshrc
6
zshrc
@ -54,5 +54,9 @@ source $HOME/zsh/web-search/web_search.plugin.zsh 2>/dev/null
|
||||
source $HOME/zsh/oh-my-zsh-dirhistory/dirhistory.plugin.zsh 2>/dev/null
|
||||
source $HOME/zsh/zsh-z/zsh-z.plugin.zsh 2>/dev/null
|
||||
source $HOME/zsh/custom-zshrc 2>/dev/null
|
||||
source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null
|
||||
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
||||
|
||||
# If on archlinus enable following plugin
|
||||
if [ -e /bin/pacman ]; then
|
||||
source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null
|
||||
fi
|
||||
|
Reference in New Issue
Block a user