dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 082f0cd396134670272b47cfc0c1c9a1223b05bd
parent 8f7937d965872756d2cdbecc8fae7cf78262b663
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Thu, 28 Mar 2024 12:08:43 -0400

more vars

Diffstat:
M.zprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zprofile b/.zprofile @@ -18,6 +18,7 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" export CARGO_HOME="$XDG_DATA_HOME/cargo" export WGETRC="$XDG_CONFIG_HOME/wgetrc" export MENULAUNCHER_DIR="$XDG_DATA_HOME/menulaunchers" +export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export EDITOR=nvim export BROWSER=firefox