add RubyGems stuff for Jekyll
This commit is contained in:
parent
5849efe4f5
commit
4d8ed3bacb
6
zshrc
6
zshrc
@ -3,6 +3,7 @@ bindkey "^[[H" beginning-of-line
|
|||||||
bindkey "^[[F" end-of-line
|
bindkey "^[[F" end-of-line
|
||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
|
|
||||||
|
|
||||||
path+=("$HOME/bin")
|
path+=("$HOME/bin")
|
||||||
path+=("$HOME/.local/bin")
|
path+=("$HOME/.local/bin")
|
||||||
|
|
||||||
@ -17,3 +18,8 @@ setopt INC_APPEND_HISTORY
|
|||||||
|
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
alias vi=vim
|
alias vi=vim
|
||||||
|
|
||||||
|
# RubyGems stuff (for Jekyll, possibly other stuff):
|
||||||
|
export GEM_HOME="$HOME/software/gems"
|
||||||
|
path+=("$GEM_HOME/bin")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user