mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
8 lines
166 B
Cheetah
8 lines
166 B
Cheetah
function upgrade --wraps=topgrade
|
|
set -x NODE_OPTIONS "--no-deprecation"
|
|
bwunlock
|
|
{{- if get . "sudo" }}
|
|
sudo ls >/dev/null
|
|
{{- end }}
|
|
topgrade $argv
|
|
end
|