dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit a491340d0b0c808fa8226c71537f66035e7b3f26
parent bca9eb35f54f2cbaf972667a78f8d73fff7247e6
Author: Arne Swanson <nownpl@0111.click>
Date:   Wed,  8 Aug 2018 19:14:54 -0400

changed some stuff

Diffstat:
README.md | 2--
zsh/.zshrc | 2++
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -3,7 +3,5 @@ build using plan9 `mk` (preferably from [9base][0]), uses GNU `stow` mk -f build.mk ->lol why there are so little configs -most of my tools are configured at compile time so... [0]: http://tools.suckless.org/9base/ \ No newline at end of file diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -23,3 +23,4 @@ source $HOME/.cargo/env export LANG=en_US.UTF-8 export ARCHFLAGS="-arch x86_64" export SSH_KEY_PATH="~/.ssh/id_rsa" +export ABDUCO_CMD=dvtm-status+ \ No newline at end of file