diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-09-22 19:06:30 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-09-22 19:06:30 +0200 |
| commit | 2757d8c1a282957ca9faf852a8652d16387ac41e (patch) | |
| tree | b792391f985fead77fa40195ebd00dbb53fa48fa | |
| parent | bd71cbb5a7a50f3c548ed5989e843151978f7ccb (diff) | |
update
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ meteo() { [ -f "/usr/share/fzf/key-bindings.bash" ] && . "/usr/share/fzf/key-bindings.bash" # Arch: display package to install for missing commands -#[ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash +[ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash # Display git status in prompt . ~/.bash-powerline.sh |
