From 4d6947ca0fa93afdaf38fdefb4c1c7fb3ffe4a41 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sat, 7 Apr 2012 23:00:34 -0300 Subject: [PATCH] My zsh config --- lib/aliases.zsh | 1 - templates/zshrc.zsh-template | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 0555be264..d2d3aed81 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -21,4 +21,3 @@ alias ll='ls -l' alias sl=ls # often screw this up alias afind='ack-grep -il' - diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index e52553241..6f184c80e 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="robbyrussell" +ZSH_THEME="gallifrey" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -29,8 +29,11 @@ ZSH_THEME="robbyrussell" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git) +plugins=(git osx python pip django) source $ZSH/oh-my-zsh.sh # Customize to your needs... + +# Themes override ls alias from aliases.zsh +alias ls='ls -Ga'