Skip to content

Instantly share code, notes, and snippets.

@dos65
Last active August 29, 2015 14:19
Show Gist options
  • Save dos65/0802cd784a4a95444728 to your computer and use it in GitHub Desktop.
Save dos65/0802cd784a4a95444728 to your computer and use it in GitHub Desktop.
rename xdg user dirs
grep -v '#' ~/.config/user-dirs.dirs | awk '{split($0,a,"="); split(a[1],b,"_");line="$HOME/"substr(b[2],1,1) tolower(substr(b[2],2));print a[1]"=\042"line"\042"}' | tee ~/.config/user-dirs.dirs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment