From 82df70eff06e7b44ee84283070d7f801f7fc1d92 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 6 Nov 2021 20:25:45 -0400 Subject: initial commit --- .config/zsh/.zprofile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/zsh/.zprofile (limited to '.config/zsh/.zprofile') diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile new file mode 100644 index 0000000..59a6032 --- /dev/null +++ b/.config/zsh/.zprofile @@ -0,0 +1,19 @@ +#!/bin/zsh +# Profile file - executed by login shells + +export PATH=$PATH:~/.local/bin:~/.local/bin/cryptusb:~/.local/bin/private:~/.local/bin/statusbar:~/.local/bin/theme:~/.local/bin/cmus:~/.local/bin/dmenu:~/.local/bin/backups:~/.local/bin/backups/borg +export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' +export LESSHISTFILE='-' +export XDG_CACHE_HOME="$HOME/.cache" +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/.local/share" +export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" +export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" +export ZDOTDIR="$XDG_CONFIG_HOME/zsh" + +export BROWSER="firefox" +export EDITOR="vim" +export TERMINAL="urxvtc" + +eval `ssh-agent -s` +[ "$(tty)" = "/dev/tty1" ] && startx "$XINITRC" -- cgit v1.2.3