Last active
February 9, 2023 16:13
-
-
Save qoomon/2f1c6c87428cfc8d165419a3bc6616d3 to your computer and use it in GitHub Desktop.
Google Drive - Hide Symbolic Link in Home Directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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