petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 年前Systemd Looks to Replace sudo with run0news.itsfoss.comexternal-linkmessage-square143linkfedilinkarrow-up1237arrow-down111
arrow-up1226arrow-down1external-linkSystemd Looks to Replace sudo with run0news.itsfoss.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 年前message-square143linkfedilink
minus-squareleo85811nardo@lemmy.worldlinkfedilinkarrow-up10arrow-down1·1 年前sudo provides sudoedit or sudo -e which allows me to use vim with my user configuration btw
minus-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up7arrow-down3·1 年前Just symlink your user config to root, nothing at all wrong with that.
minus-squareshadowtofu@discuss.tchncs.delinkfedilinkEnglisharrow-up16·1 年前Then the editor, all extensions, language servers, etc. are all running as root.
Anyway i prefer doas btw
sudo provides
sudoedit
orsudo -e
which allows me to use vim with my user configuration btwJust symlink your user config to root, nothing at all wrong with that.
Then the editor, all extensions, language servers, etc. are all running as root.