Skip to content

Commit

Permalink
Add s=screen alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbray committed Dec 14, 2012
1 parent 5a57058 commit 7a85be4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .zshrc
Expand Up @@ -45,8 +45,15 @@ source $ZSH/oh-my-zsh.sh
# Bind reverse history search to C-R
bindkey "^R" history-incremental-search-backward

# Load RVM into a shell session *as a function*
[[ -s "/home/matt/.rvm/scripts/rvm" ]] && source "/home/matt/.rvm/scripts/rvm"
#
# Aliases
#

# Alias for git dotfiles repository
alias git-dotfiles="git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"

# Alias for screen
alias s="screen"

# Load RVM into a shell session *as a function*
[[ -s "/home/matt/.rvm/scripts/rvm" ]] && source "/home/matt/.rvm/scripts/rvm"

0 comments on commit 7a85be4

Please sign in to comment.