mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
add some c3 voc helper scripts; add $HOME/bin to $PATH; Add yanone kaffeesatz zerohack font
This commit is contained in:
parent
15e477e2c3
commit
4b31c2e4cf
12 changed files with 86 additions and 0 deletions
|
@ -90,6 +90,11 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
# User configuration
|
||||
|
||||
if [ -d "$HOME/.bin" ] ; then
|
||||
PATH="$HOME/.bin:$PATH"
|
||||
fi
|
||||
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue