Skip to content

Commit

Permalink
Merge pull request #124 from p4p4j0hn/p4p4j0hn/issue-67
Browse files Browse the repository at this point in the history
feat(bluefin-cli): Add alias for cat
  • Loading branch information
castrojo authored Nov 3, 2024
2 parents f4624a3 + c8d0d9c commit a835c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toolboxes/bluefin-cli/files/etc/profile.d/modern-unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ alias xzfgrep='rg -z -F' 2>/dev/null
alias cd='cd' 2>/dev/null

# Fd for find
alias find='fd' 2>/dev/null
alias find='fd' 2>/dev/null

# bat for cat
alias cat='bat --style=plain --pager=never' 2>/dev/null

0 comments on commit a835c7e

Please sign in to comment.