diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-29 20:17:14 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-29 20:17:45 -0500 |
| commit | 42a68b98bacc30428466fb3cc1ee8b3687a3f14b (patch) | |
| tree | 65a6fde886cbb2342fa1841de728b2ae1683a9a3 /zsh | |
| parent | 6922101af031fff3ed464c1472936b8ab8ac0fbe (diff) | |
| download | dotfiles-42a68b98bacc30428466fb3cc1ee8b3687a3f14b.tar.gz | |
Go config
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -28,7 +28,7 @@ CASE_SENSITIVE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git archlinux python vi-mode) +plugins=(git archlinux python vi-mode fasd) source $ZSH/oh-my-zsh.sh @@ -53,3 +53,10 @@ if [ -f "${HOME}/.gpg-agent-info" ]; then fi bindkey '^R' history-incremental-search-backward +export TERMINAL=urxvtc +export GOPATH=/home/thibaut/go +export VISUAL=vim +export PATH=/home/thibaut/go/bin:$PATH + +alias v='f -e gvim' +alias o='a -e xdg-open' |
