diff options
-rwxr-xr-x | shell_only.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh index 04f238b..87619e9 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -48,7 +48,8 @@ if command_exists apt; then units \ tmux \ vim \ - neofetch + neofetch \ + fzf else echo "Your distro is not supported." exit 1 |