mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 00:48:45 +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
|
||||
|
||||
@@ -71,8 +71,8 @@ if [ -f ~/.bash_aliases ]; then
|
||||
source ~/.bash_aliases
|
||||
fi
|
||||
|
||||
if [ -f ~/.bashrc_local ]; then
|
||||
source ~/.bashrc_local
|
||||
if [ -f ~/.bashrc.local ]; then
|
||||
source ~/.bashrc.local
|
||||
fi
|
||||
|
||||
# bash-git prompt
|
||||
|
||||
+4
-5
@@ -1,10 +1,12 @@
|
||||
|
||||
# local user config, usernames, etc
|
||||
[include]
|
||||
path=~/.gitconfig.local
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
interactive = auto
|
||||
ui = auto
|
||||
ui = true
|
||||
[alias]
|
||||
# Shorten some often used commands
|
||||
b = branch
|
||||
@@ -47,6 +49,3 @@
|
||||
clean = git media clean %f
|
||||
smudge = git media smudge %f
|
||||
required = true
|
||||
# local user config, usernames, etc
|
||||
[include]
|
||||
path=~/.gitconfig-local
|
||||
|
||||
Reference in New Issue
Block a user