SlizedOnion@lemmy.world to Programmer Humor@lemmy.ml · 1 month agowhen you notice that the rm command takes longer to run than expectedmessage-squaremessage-square26fedilinkarrow-up1136file-text
arrow-up1136message-squarewhen you notice that the rm command takes longer to run than expectedSlizedOnion@lemmy.world to Programmer Humor@lemmy.ml · 1 month agomessage-square26fedilinkfile-text
minus-squareNemoder@lemmy.mllinkfedilinkarrow-up2·edit-21 month ago…and this is the reason I added this to my root .bashrc: export PS1="\h:\$(realpath .)\$ " no more following symlinks on a remote mount and forgetting about it.
…and this is the reason I added this to my root .bashrc:
export PS1="\h:\$(realpath .)\$ "no more following symlinks on a remote mount and forgetting about it.