mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Revert "Only show fish greeting for interactive logins"
This reverts commit 3a7a6f16ef.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user