dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 8b56e4fb29f56cb893d3fea2c7ec79687df53037
parent 03d22d2c766d92f7fc2094fb6640bb93bd67b8bf
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 18 Jul 2017 00:06:22 +0100

removed auto ls function as it broke stuff

Diffstat:
Mzsh/.zshrc | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -12,8 +12,4 @@ # # Load configs for config (~/.zsh/*.zsh) source $config -#setopt auto_cd -function chpwd() { - emulate -L zsh - ls -lA --color=auto -} +setopt auto_cd