Skip to content

Commit

Permalink
Another update I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
rbndelrio committed Aug 12, 2019
1 parent 6c1a4e2 commit 77518cf
Show file tree
Hide file tree
Showing 6 changed files with 766 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*/.git

Package Control.sublime-settings
Package Control.merged-ca-bundle
Expand Down
1 change: 1 addition & 0 deletions Theme - Afterglow
Submodule Theme - Afterglow added at 8e5ffb
1 change: 1 addition & 0 deletions bash/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ alias 1='project'
alias dockerip="docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'"
alias webcam-fix='sudo killall AppleCameraAssistant; sudo killall VDCAssistant'
alias docker-purge='docker stop $(docker ps -aq)'
alias dokku='~/.dokku/contrib/dokku_client.sh'

# Git commands
alias gs='git status '
Expand Down
2 changes: 1 addition & 1 deletion git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
short = true
branch = false #disabled because powerline already shows this
[rerere]
enabled = true
enabled = 1
autoupdate = true
# Lets git remember how merge conflicts are solved
[filter "lfs"]
Expand Down
Loading

0 comments on commit 77518cf

Please sign in to comment.