Skip to content

Commit

Permalink
Local/private aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
N0xFF committed Oct 18, 2024
1 parent cfddeef commit 3a6e616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bash/.bash_aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Local/private aliases
if [ -f ~/.bash_aliases.local ]; then
. ~/.bash_aliases.local
fi

# Replace for "ls"
# Must be instaled first: https://github.com/eza-community/eza
if [ -x "$(command -v eza)" ]; then
Expand Down

0 comments on commit 3a6e616

Please sign in to comment.