diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-05 18:27:18 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-05 18:27:18 +0200 |
| commit | b5926787b401db0235129ee504ac6128e8bdb025 (patch) | |
| tree | a07f09c23e1ba7c823f3c7b7e8cb6720c182e156 /config/zsh | |
| parent | 24271747b18462e561631e9c0a3fd7e1dd48ac7d (diff) | |
| download | dotfiles-b5926787b401db0235129ee504ac6128e8bdb025.tar.gz dotfiles-b5926787b401db0235129ee504ac6128e8bdb025.tar.bz2 dotfiles-b5926787b401db0235129ee504ac6128e8bdb025.zip | |
Added screen config
Diffstat (limited to 'config/zsh')
| -rwxr-xr-x | config/zsh/zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 408419a..4fb59e0 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -29,6 +29,7 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export IPYTHONDIR="$XDG_CONFIG_HOME/ipython" export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter" +export SCREENRC="$XDG_CONFIG_HOME/screen/screenrc" # data export GNUPGHOME="$XDG_DATA_HOME/gnupg" export GOPATH="$XDG_DATA_HOME/go" |
