-
-
Save image72/6c6b7bb2b62c9d04c054 to your computer and use it in GitHub Desktop.
own
This file contains hidden or 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
# change files owner to current user | |
alias own='sudo chown -R $(id -u):$(id -g)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment