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` + +