Love child of Bilbo Baggins and a particularly hairy dwarf.
Love child of Bilbo Baggins and a particularly hairy dwarf.
TIL that Arch users are Pastafarians.
May you be touched by his Noodly appendage!
The meme is talking about sshfs.
For smb, the share would need to be created first.
Sshfs is pretty nice because it will give you access to all of the files that on the server that you have permissions to access.
Mine shows the full path and a new line for commands.
It will also print the exit code of the last command in red above the prompt, if the exit code is not 0.
PS1='$(ec=“$?”; if [ $ec -gt 0 ]; then echo -e “\n”[\e[91m]“exit code: $ec”[\e[0m]; fi)\n[\e[92m]\u[\e[38;5;213m]@[\e[38;5;39m]\h[\e[0m]:$PWD\n$ ’