+ Moved .zshenv to .config/zsh
+ Edited README.md
This commit is contained in:
parent
4709d15ef1
commit
583116f51c
3 changed files with 12 additions and 2 deletions
|
@ -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'
|
||||
|
|
12
README.md
12
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`
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue