diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2023-04-09 16:21:19 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2023-04-09 16:21:19 +0200 |
| commit | 3e8cf5b5d04709f617b07ab4b2f08f97d36e2166 (patch) | |
| tree | 406b311240ae11d114eed79e7dfd2341abc6e5f3 /config | |
| parent | 36588b467f780e70690aebc035cf1ab4e8eff0d6 (diff) | |
| download | dotfiles-3e8cf5b5d04709f617b07ab4b2f08f97d36e2166.tar.gz dotfiles-3e8cf5b5d04709f617b07ab4b2f08f97d36e2166.tar.bz2 dotfiles-3e8cf5b5d04709f617b07ab4b2f08f97d36e2166.zip | |
Added command not found searching packages in fish shell
Diffstat (limited to 'config')
| -rw-r--r-- | config/fish/config.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 6900102..d010fe2 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -171,6 +171,10 @@ if status is-interactive source /home/charles/.config/fish/functions/theme-pure/conf.d/pure.fish set pure_reverse_prompt_symbol_in_vimode true + + function fish_command_not_found + /usr/bin/pkgfile $argv[1] + end end if status is-login |
