diff --git a/bashrc.Darwin b/bashrc.Darwin index 49f35e6..55332a2 100644 --- a/bashrc.Darwin +++ b/bashrc.Darwin @@ -5,8 +5,6 @@ if [ -f $(brew --prefix)/etc/bash_completion ]; then . $(brew --prefix)/etc/bash_completion fi -alias smvim='sudo mvim' - # Default Mac Web Server export DOCROOT=/Library/WebServer/Documents @@ -14,13 +12,6 @@ dropbox() { open "http://dl.dropbox.com/u/56340597/$1" } -# Spotify -alias spn='spotify next && spotify status' -alias spf='spotify shuffle' -alias spr='spotify repeat' -alias sps='spotify status' -alias spt='spotify toggle && spotify status' -alias spp='spotify toggle && spotify status' irc() { killall -9 bitlbee >/dev/null 2>&1 bitlbee -D diff --git a/ctags b/ctags index eb7817c..3bd2644 160000 --- a/ctags +++ b/ctags @@ -1 +1 @@ -Subproject commit eb7817c0c54185a1cccc25cb4d6726b87a19f775 +Subproject commit 3bd264449dc69d6fab17853e16d1558dcfcf9aa8 diff --git a/gitconfig b/gitconfig index 921083b..0463fe0 100644 --- a/gitconfig +++ b/gitconfig @@ -39,7 +39,6 @@ h = rev-parse HEAD pr = pull-request -b master prd = pull-request -b develop - create-pull-request = !sh -c 'stash pull-request $0' [branch] autosetuprebase = always [gc]