Skip to content

Commit

Permalink
Merge pull request #18 from ksauzz/update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ksauzz committed Feb 13, 2024
2 parents 98aff65 + 7a8f6dc commit 23ca2fd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion vim/lib/vimrc.vim-plug
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Plug 'ksauzz/haproxy.vim'
Plug 'banyan/recognize_charcode.vim'
Plug 'mileszs/ack.vim'
Plug 'tpope/vim-haml', {'for': 'haml'}
Plug 'ecomba/vim-ruby-refactoring', {'for': 'ruby'}
Plug 'Shougo/unite-outline'
Plug 'vim-scripts/sudo.vim'
Plug 'plasticboy/vim-markdown'
Expand Down
2 changes: 2 additions & 0 deletions xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'Coordinate Transformation Matrix
xinput --set-prop 'Logitech M705' 'Coordinate Transformation Matrix' 2.8 0 0 0 2.8 0 0 0 1
xinput --set-prop 'TPPS/2 IBM TrackPoint' 'Coordinate Transformation Matrix' 2.6 0 0 0 2.6 0 0 0 1
xinput --set-prop "Kazuhiro Suzuki’s Trackpad" 'Coordinate Transformation Matrix' 2.2 0 0 0 2.2 0 0 0 1
xinput --set-prop "Kensington Slimblade Trackball" 'Coordinate Transformation Matrix' 4.0 0 0 0 4.0 0 0 0 1
xkeybinds
2 changes: 0 additions & 2 deletions zshalias
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ alias javac='javac -J-Dfile.encoding=UTF-8'
alias java='java -Dfile.encoding=UTF-8'
#alias jar='jar -Dfile.encoding=UTF-8'
alias ipgrep="grep -E '[0-9]{1,3}(\.[0-9]{1,3}){3}'"
alias redis-server="redis-server /usr/local/redis/etc/redis.conf"
alias tipy="tidy -xml -indent -q | pygmentize -l html"
alias mongod="mongod -f /usr/local/mongo/conf/mongod.conf"
alias gcf="git checkout --track \$(git branch -r | fzf)"

# following aliases from http://ruslanspivak.com/2010/06/02/urlencode-and-urldecode-from-a-command-line/
Expand Down
1 change: 0 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,5 @@ safety_source $HOME/.zprofile.local

safety_source $HOME/.nvm/nvm.sh
safety_source $(pyenv which aws_zsh_completer.sh)
safety_source /opt/google-cloud-sdk/completion.zsh.inc

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

0 comments on commit 23ca2fd

Please sign in to comment.