FGasper / felipe-zsh

My ZSH preferences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Clone this repo to ~/.zsh.

  2. Set this in ~/.zshrc:

fpath=(~/.zsh/functions $fpath)

for FILE in ~/.zsh/*.zsh; do
	source $FILE
done

About

My ZSH preferences


Languages

Language:Shell 100.0%