Skip to content

Commit

Permalink
Update .aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nath authored Sep 5, 2023
1 parent 1aec7c3 commit 9afe29d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-setup/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ alias dps="docker ps --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}
# Copy to clipboard
alias c="pbcopy"

# See details about port in use
alias portinuse='lsof -i -n -P | grep $1'

# Recursively delete `.DS_Store` files
alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"

Expand Down

0 comments on commit 9afe29d

Please sign in to comment.