Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ alias ~="cd ~" # `cd` is probably faster to type though
alias -- -="cd -"

# Shortcuts
alias d="cd ~/Documents/Dropbox"
alias dbox="cd ~/Dropbox"
alias dl="cd ~/Downloads"
alias dt="cd ~/Desktop"
alias p="cd ~/projects"
alias code="cd ~/code"
alias g="git"
alias h="history"
alias j="jobs"
Expand Down Expand Up @@ -68,15 +68,6 @@ alias lscleanup="/System/Library/Frameworks/CoreServices.framework/Frameworks/La
alias sniff="sudo ngrep -d 'en1' -t '^(GET|POST) ' 'tcp and port 80'"
alias httpdump="sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E \"Host\: .*|GET \/.*\""

# Canonical hex dump; some systems have this symlinked
command -v hd > /dev/null || alias hd="hexdump -C"

# OS X has no `md5sum`, so use `md5` as a fallback
command -v md5sum > /dev/null || alias md5sum="md5"

# OS X has no `sha1sum`, so use `shasum` as a fallback
command -v sha1sum > /dev/null || alias sha1sum="shasum"

# JavaScriptCore REPL
jscbin="/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc"
[ -e "${jscbin}" ] && alias jsc="${jscbin}"
Expand Down Expand Up @@ -149,6 +140,3 @@ alias afk="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resource

# Reload the shell (i.e. invoke as a login shell)
alias reload="exec $SHELL -l"

# Faster npm for europeans
command -v npm > /dev/null && alias npme="npm --registry http://registry.npmjs.eu"
55 changes: 0 additions & 55 deletions .bash_prompt

This file was deleted.

1 change: 0 additions & 1 deletion .bashrc

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

17 changes: 0 additions & 17 deletions .hgignore

This file was deleted.

40 changes: 0 additions & 40 deletions .inputrc

This file was deleted.

Loading