Skip to content

Instantly share code, notes, and snippets.

@geopet
Last active September 19, 2019 21:30

Revisions

  1. geopet revised this gist Sep 19, 2019. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,9 +5,11 @@ DISABLE_AUTO_TITLE="true"
    plugins=(
    git
    colored-man
    bundler
    tmux
    )

    export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"

    source $ZSH/oh-my-zsh.sh
    source $ZSH/oh-my-zsh.sh

    alias ll="ls -Flash"
  2. geopet revised this gist Mar 8, 2015. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,6 @@ plugins=(
    bundler
    )

    # export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"
    export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"

    source $ZSH/oh-my-zsh.sh
  3. geopet revised this gist Mar 8, 2015. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@ plugins=(
    bundler
    )

    source $ZSH/oh-my-zsh.sh
    # export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"
    export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
    export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

    source $ZSH/oh-my-zsh.sh
  4. geopet revised this gist Mar 8, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,5 @@ plugins=(
    )

    source $ZSH/oh-my-zsh.sh
    export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"
    # export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"
    export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
  5. geopet revised this gist Oct 26, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@ DISABLE_AUTO_TITLE="true"
    plugins=(
    git
    colored-man
    bundler
    )

    source $ZSH/oh-my-zsh.sh
  6. geopet revised this gist Feb 4, 2014. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion .zshrc
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,6 @@ DISABLE_AUTO_TITLE="true"

    plugins=(
    git
    tmux
    colored-man
    )

  7. geopet created this gist Feb 4, 2014.
    12 changes: 12 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    ZSH=$HOME/.oh-my-zsh
    ZSH_THEME="geopet"
    DISABLE_AUTO_TITLE="true"

    plugins=(
    git
    tmux
    colored-man
    )

    source $ZSH/oh-my-zsh.sh
    export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"