diff options
| author | Raul Benencia <raul@thousandeyes.com> | 2025-11-18 13:44:37 -0800 |
|---|---|---|
| committer | Raul Benencia <raul@thousandeyes.com> | 2025-11-18 13:44:37 -0800 |
| commit | 29df5129a593a802e2d6e851c21b9982c5f1d39c (patch) | |
| tree | eb954558bf6d88fc5c7d23f847763a5b490b8120 /.alias.d | |
| parent | ac56b9da908c4a75a31a147fcf93466e31653286 (diff) | |
alias: fd -> fdfind
Diffstat (limited to '.alias.d')
| -rw-r--r-- | .alias.d/00-general | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.alias.d/00-general b/.alias.d/00-general index ab57817..3feaef4 100644 --- a/.alias.d/00-general +++ b/.alias.d/00-general @@ -17,4 +17,6 @@ alias e=$EDITOR alias mtr='mtr --curses' alias t='cd ~/src/' -alias by='batcat -l yaml'
\ No newline at end of file +alias by='batcat -l yaml' + +alias fd=fdfind
\ No newline at end of file |
