Skip to content

Commit da62582

Browse files
committed
Updatez.
1 parent 20c8fa7 commit da62582

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

git/gitconfig.symlink

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
excludesfile = ~/.gitignore
7272
autocrlf = false
7373
editor = nano
74-
pager = diff-so-fancy | less --tabs=4 -RFX
7574

7675
[diff]
7776
noprefix = true

vim/vimrc.symlink

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
syntax on
22

3+
set backspace=indent,eol,start " backspace over everything in insert mode
4+
35
" Wrap gitcommit file types at the appropriate length
46
filetype indent plugin on

zsh/aliases.zsh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
alias reload!='. ~/.zshrc'
22
alias cls='clear' # Good 'ol Clear Screen command
33
alias ssh='assh wrapper ssh' # assh wrapper
4-
alias ..='cd ..'
4+
alias ..='cd ..'
5+
alias wearerequiredup='cd ~/Development/wearerequired.local/_vagrant && vagrant up'
6+
alias compupstage='composer update && git add composer.json composer.lock && git commit -m "Composer update" && bundle exec cap staging deploy'
7+
alias composer='ssh -T [email protected] > /dev/null 2>&1 ; ssh -T [email protected] > /dev/null 2>&1 ; composer'

zsh/zshrc.symlink

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@ export GOPATH=/usr/local/go
4343
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
4444
alias ssh='assh wrapper ssh'
4545

46-
eval "$(ssh-agent -s)"
47-
# ssh-add -K ~/.ssh/id_rsa
46+
ssh-add
47+
48+
eval $(cachalot env)
49+
50+
# Path to WP_I18N_LIB
51+
export WP_I18N_LIB="/Users/paschi/Development/tools/wpi18n"

0 commit comments

Comments
 (0)