Revert "Only show fish greeting for interactive logins"

This reverts commit 3a7a6f16ef.
This commit is contained in:
ridiculousfish
2016-07-24 16:39:43 -07:00
parent 325f047803
commit 5eedb0ee9c
2 changed files with 3 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ if set -q f_files[1]
echo $file
rm $file.new
else
echo (set_color --underline)$file(set_color normal) is being reformatted
echo (set_color --underline)$file(set_color normal)is being reformatted
mv $file.new $file
end
end