Skip to content

Commit

Permalink
Fix issue with incorrect fd alias
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Boyles <[email protected]>
Co-authored-by: David Alvarado <[email protected]>
  • Loading branch information
sethboyles and dalvarado committed Oct 26, 2022
1 parent 41c934a commit d43c407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pushd ~/workspace/lastpass-cli
cmake .
make
sudo make install
git clean -f
popd


Expand Down
2 changes: 0 additions & 2 deletions lib/aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ alias gd='git diff'
alias gdc='git diff --cached'
alias gst='git status'

# FDfind alias
alias fd='fdfind'

0 comments on commit d43c407

Please sign in to comment.