# Set and remove write permissions from a file

# change mode to read only
alias -w chmod -w
# change mode to add write permission
alias +w chmod u+w
