mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
shell/command-not-found: remove
This commit is contained in:
parent
8a7da9c934
commit
bab71a17cd
2 changed files with 0 additions and 14 deletions
|
|
@ -43,7 +43,6 @@
|
|||
~/.profile.d/20-cd.sh: shell/cd.sh
|
||||
~/.profile.d/40-extract.sh: shell/extract.sh
|
||||
~/.profile.d/40-mysqlpw.sh: shell/mysqlpw.sh
|
||||
~/.profile.d/80-command-not-found.sh: shell/command-not-found.sh
|
||||
~/.profile.d/81-fzf.sh: shell/fzf.sh
|
||||
~/.profile.d/82-direnv.sh: shell/direnv.sh
|
||||
~/.profile.d/90-keychain.sh: shell/keychain.sh
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# arch
|
||||
if [ "${BASH_VERSION}" ] && [ -r /usr/share/doc/pkgfile/command-not-found.bash ]; then
|
||||
# shellcheck source=/dev/null
|
||||
. /usr/share/doc/pkgfile/command-not-found.bash
|
||||
fi
|
||||
|
||||
if [ "${ZSH_VERSION}" ] && [ -r /usr/share/doc/pkgfile/command-not-found.zsh ]; then
|
||||
# shellcheck source=/dev/null
|
||||
. /usr/share/doc/pkgfile/command-not-found.zsh
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue