1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-10 08:54:54 +00:00
dotfiles/.config/fish/functions/up.fish

9 lines
173 B
Fish
Raw Normal View History

2019-07-14 01:26:27 +00:00
# Defined in /tmp/fish.qPw09H/up.fish @ line 2
function up
if tty | grep 'not a tty'
st -e sudo eopkg up --y
else
se up --y
end
end