switch to .local for consistency

This commit is contained in:
Georgi Gardev
2024-03-04 22:54:39 +02:00
parent 7f3a0b21d0
commit e3e78e6b0d
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -57,6 +57,6 @@ alias yda="youtube-dl -x --audio-format mp3"
##### Mac OS Specific #####
alias fl="open -a ForkLift"
if [ -f ~/.bash_local_aliases ]; then
. ~/.bash_local_aliases
if [ -f ~/.bash_aliases.local ]; then
. ~/.bash_aliases.local
fi