From 583116f51ceeeb68a72ff26fdaae8b11980dc76a Mon Sep 17 00:00:00 2001 From: ziro Date: Wed, 13 May 2020 09:10:09 +0700 Subject: [PATCH] + Moved .zshenv to .config/zsh + Edited README.md --- .zshenv => .config/zsh/.zshenv | 0 .config/zsh/aliases | 2 +- README.md | 12 +++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) rename .zshenv => .config/zsh/.zshenv (100%) diff --git a/.zshenv b/.config/zsh/.zshenv similarity index 100% rename from .zshenv rename to .config/zsh/.zshenv diff --git a/.config/zsh/aliases b/.config/zsh/aliases index bae2b64..0948ceb 100644 --- a/.config/zsh/aliases +++ b/.config/zsh/aliases @@ -72,7 +72,7 @@ alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases' alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds' alias cfprofile='vim $XDG_CONFIG_HOME/zsh/.zprofile' alias cfcompt='vim $XDG_CONFIG_HOME/picom/compton.conf' -alias cfenv='vim $HOME/.zshenv' +alias cfenv='vim $XDG_CONFIG_HOME/zsh/.zshenv' #more shortcuts alias htop='htop -t' diff --git a/README.md b/README.md index d874ea4..cb8202c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ ## dotfiles -This repository contains config files that i used, some are coded/modified/scripted by me, some other are from other people's config from github/reddit/youtube +### About +This repository contains config files that i used, some are coded/modified/scripted by me, some other are from other people's config from github/reddit/youtube. + +### Tips +Add this to /etc/zsh/zshenv + +`#!/bin/zsh + +export ZDOTDIR=$HOME/.config/zsh` + +