Skip to content

Instantly share code, notes, and snippets.

@qoomon
Last active February 9, 2023 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qoomon/2f1c6c87428cfc8d165419a3bc6616d3 to your computer and use it in GitHub Desktop.
Save qoomon/2f1c6c87428cfc8d165419a3bc6616d3 to your computer and use it in GitHub Desktop.
Google Drive - Hide Symbolic Link in Home Directory
# lock and hide Google Drive link
chflags -h uchg,hidden "$HOME/Google Drive"
# undo by following command
# chflags -h nouchg,nohidden "$HOME/Google Drive"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment