mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 01:18:44 +00:00
switch to .local for consistency
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user