aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-11 19:08:44 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-11 19:08:44 +0100
commita89e6c8dc9483c848ad99f2507a1936ddc8d9852 (patch)
tree2712a5c2fe953e3afa1dbdbbc7f810f36a66f5cf /zsh
parentf4ad02ef8102f9955583609daaf98753a747db01 (diff)
downloaddotfiles-a89e6c8dc9483c848ad99f2507a1936ddc8d9852.tar.gz
dotfiles-a89e6c8dc9483c848ad99f2507a1936ddc8d9852.tar.bz2
dotfiles-a89e6c8dc9483c848ad99f2507a1936ddc8d9852.zip
~moved some stuff into the .local directory
The scripts folder is now in the ~/.local/scripts location, .local/src has my custom repos (DWM, DMENU, etc).
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0d69098..a8f6e63 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,7 +1,7 @@
# zshrc -*- mode: sh; lexical-binding: t; -*-
## Important variables and stuff
-export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/Bin/binaries:~/.emacs.d/bin:~/.cargo/bin:~/Scripts
+export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/.emacs.d/bin:~/.cargo/bin:~/.local/scripts
export guile=guile2.2
export PF_INFO="ascii title os memory uptime editor wm shell"
export EDITOR="emacs"