Change terminator working directory

This commit is contained in:
2015-11-21 12:36:08 -05:00
parent 8e7f6b0586
commit 08276cb5c7
2 changed files with 10 additions and 9 deletions

View File

@@ -94,8 +94,6 @@ alias vh='vagrant halt'
alias vs='vagrant ssh'
alias vu='vagrant up'
alias vimrc='vim ~/.vimrc'
alias zsh='vim ~/.zshrc'
# Git
alias am='git commit --amend'