Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jigish committed Sep 15, 2015
1 parent 70062e3 commit 63b49cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions bashrc.Darwin
Expand Up @@ -5,22 +5,13 @@ 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

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
Expand Down
2 changes: 1 addition & 1 deletion ctags
Submodule ctags updated 667 files
1 change: 0 additions & 1 deletion gitconfig
Expand Up @@ -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]
Expand Down

0 comments on commit 63b49cc

Please sign in to comment.