mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 08:54:54 +00:00
9 lines
173 B
Fish
9 lines
173 B
Fish
|
# 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
|