.dotfiles/.config/env.d/20-files
Tobias Reisinger 8c194df84b
Revert "Add tmux"
This reverts commit 63d7830987.
I didn't like the way tmux changed some inputs (keybinds, mousewheel)
2024-05-23 19:58:53 +02:00

18 lines
446 B
Bash
Executable file

#!/usr/bin/env sh
export KUBECONFIG="$HOME/.kube/config"
export MAILCAPS="$XDG_CONFIG_HOME/mailcap/mailcaprc"
export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"
export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
export SQLITE_HISTORY="$HOME/.local/cache/sqlite_history"
export WAKATIME_HOME="$XDG_CONFIG_HOME/wakatime"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export ZSH="$ZDOTDIR/oh-my-zsh"