From cbf9bf787f7e8034bb5aecdc349278ff5e460938 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 26 Jan 2017 15:10:51 -0500 Subject: Remove broken gem bin path from path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index de0d88a4..24bda00f 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,7 @@ path=( /sbin /bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin - ~/.bin ~/.cargo/bin ~/.gem/bin + ~/.bin ~/.cargo/bin ) export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim -- cgit 1.4.1 3c953'/> dontfiles
summary refs log tree commit diff
path: root/etc/Light.terminal (unfollow)
Commit message (Collapse)Author
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
Fix subexpression bounds check and compile pattends.
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe