Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ docker-clean() {
# alias to fix ~/.ssh permissions
alias sshperms='cd ~ && chmod 600 ~/.ssh/* && chmod 700 ~/.ssh && chmod 644 ~/.ssh/*.pub'

# delete those pesky Zone.Identifier files that happen with WSL
alias unzone='find . -name "*:Zone.Identifier" -type f -delete'

#######################################################
# SPECIAL FUNCTIONS
#######################################################
Expand Down