Skip to content

Commit

Permalink
Add aliases to copy emoticons to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinjasaur committed Jan 6, 2018
1 parent 8b12180 commit 1012a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ esac
# Copy `pwd` with no '\n' to the clipboard
alias cpwd="pwd | tr -d '\n' | pbcopy"

# Emoticons
alias eshrug='printf "¯\_(ツ)_/¯" | pbcopy'
alias etflip='printf "(╯°□°)╯︵ ┻━┻" | pbcopy'
alias elod='printf "ಠ_ಠ" | pbcopy'

# For managing the dotfiles repo
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'

Expand Down

0 comments on commit 1012a55

Please sign in to comment.