An open API service indexing awesome lists of open source software.

https://github.com/jazzsequence/sourced-functions

Custom functions for oh-my-zsh
https://github.com/jazzsequence/sourced-functions

Last synced: about 2 months ago
JSON representation

Custom functions for oh-my-zsh

Awesome Lists containing this project

README

          

# ~/sourced/functions
Custom functions for oh-my-zsh

#### Version 0.11

### Usage
1. In your `~/.zshrc` file, make sure you have the following lines:

```
source $ZSH/oh-my-zsh.sh
for file in /Users/{your username}/sourced/*; do
source "$file"
done
```
2. Save this file to `/Users/{your username}/sourced/`.
3. Profit!

**Note:** Also make sure you have [ZSH](http://www.zsh.org/) and [Oh My ZSH!](https://github.com/robbyrussell/oh-my-zsh) installed. That's kind of important.

**Optional**
You can also clone this repo and get updates whenever it's updated. In that case, clone it somewhere, like `~/git`:

`$ git clone git@github.com:jazzsequence/sourced-functions.git ~/git/sourced-functions`

Then create a symbolic link in your `~/sourced` folder:

`$ ln -s ~/git/sourced-functions/functions ~/sourced`

## What's inside?

* A helpful function that gets the currently installed PHP version
* Colors help