Remove dev/null pipe

This commit is contained in:
ark-lamp-umbrella 2024-04-05 17:50:52 -07:00
parent 5cb3a212e6
commit df0563c4a8
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ else
end
set rebuild "$(string lower $rebuild)"
if [ "$rebuild" = "y" ]
sudo nixos-rebuild switch &> /dev/null
sudo nixos-rebuild switch # &> /dev/null
end
end
read -P "[INPUT] Git update Y/n: " gitpush