darcy@sh.itjust.works to linuxmemes@lemmy.world · 1 year agocomputersh.itjust.worksimagemessage-square44fedilinkarrow-up1426arrow-down117
arrow-up1409arrow-down1imagecomputersh.itjust.worksdarcy@sh.itjust.works to linuxmemes@lemmy.world · 1 year agomessage-square44fedilink
minus-squareraubarno@lemmy.mllinkfedilinkarrow-up24·edit-21 year agoIt won’t work. It’s a dangerous command because a single > destroys your .bashrc. You may want either echo 'neofetch' >> .bashrc or neofetch | sed -e 's:%:a:g' | sed -e "s:^\\(.*\\)$:printf '\1\\\\n':" >> .bashrc or something of that kind. EDIT: tested out the latter command
minus-squaredarcy@sh.itjust.worksOPlinkfedilinkarrow-up18·1 year agotrue!! i meant echo neofetch >> .bashrc
minus-squaredarcy@sh.itjust.worksOPlinkfedilinkarrow-up9·1 year agoactually. i meant neofetch > bashrc, as in neofetch is better. checkmate /s
minus-squareRodeo@lemmy.calinkfedilinkarrow-up4·1 year ago It’s a dangerous command because a single > destroys your .bashrc. This is why you have a dotfiles repository, you noob!
It won’t work. It’s a dangerous command because a single
>
destroys your.bashrc
. You may want eitherecho 'neofetch' >> .bashrc
orneofetch | sed -e 's:%:a:g' | sed -e "s:^\\(.*\\)$:printf '\1\\\\n':" >> .bashrc
or something of that kind.EDIT: tested out the latter command
true!! i meant
echo neofetch >> .bashrc
Who’s the true noob now? Smh
(/s)
actually. i meant neofetch > bashrc, as in neofetch is better. checkmate
/s
This is why you have a dotfiles repository, you noob!