Skip to content

Commit

Permalink
Add fd alias
Browse files Browse the repository at this point in the history
Co-authored-by: Jenna Goldstrich <[email protected]>
Co-authored-by: Seth Boyles <[email protected]>
  • Loading branch information
Jenna Goldstrich and sethboyles committed Feb 4, 2021
1 parent d7e53a5 commit d01b0ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ alias k=kubectl
# Git aliases
alias gd='git diff'
alias gdc='git diff --cached'
alias gst='git status'
alias gst='git status'

# FDfind alias
alias fd='fdfind'

0 comments on commit d01b0ef

Please sign in to comment.