From 0492b0044f81d7df3e61d5ef18c8e8f27f2218fd Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 20 Jan 2017 11:52:04 -0500 Subject: Set PATH manually --- .zshrc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index b257d9fa..52087347 100644 --- a/.zshrc +++ b/.zshrc @@ -10,7 +10,19 @@ autoload -Uz colors && colors bindkey -v KEYTIMEOUT=1 -PATH=$PATH:~/.bin +OLDPATH=$PATH +path=( + /sbin + /bin + /usr/local/sbin + /usr/local/bin + /usr/sbin + /usr/bin + ~/.bin + ~/.cargo/bin + ~/.gem/bin +) + export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim type nvim > /dev/null && MANPAGER=manpager EDITOR=nvim GIT_EDITOR=nvim && alias vim=nvim -- cgit 1.4.1 on> dontfiles
summary refs log tree commit diff
path: root/home/.bashrc (unfollow)
Commit message (Expand)Author
2020-05-13Remove gpg symlink from NetBSD installJune McEnroe
2020-05-11Add AutonomousJune McEnroe
2020-05-08Move keyboard layout into a .bundleJune McEnroe
2020-05-07Remove mkshJune McEnroe
2020-05-07Emulate 1sh prompts in bashJune McEnroe
2020-05-07Update nvim MANPAGERJune McEnroe
2020-05-06Post "casual update"June McEnroe
2020-05-06Remove bman functionJune McEnroe