diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-11 19:08:44 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-11 19:08:44 +0100 |
commit | a89e6c8dc9483c848ad99f2507a1936ddc8d9852 (patch) | |
tree | 2712a5c2fe953e3afa1dbdbbc7f810f36a66f5cf /zsh | |
parent | f4ad02ef8102f9955583609daaf98753a747db01 (diff) | |
download | dotfiles-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/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |