+ Rework xprofile
+ Moved .zprofile to $HOME (to make it readed on start)
This commit is contained in:
parent
bfffc21325
commit
06ea25cf2a
4 changed files with 10 additions and 3 deletions
|
@ -64,7 +64,7 @@ alias cfpoly='vim $XDG_CONFIG_HOME/polybar/config'
|
|||
alias cfkeys='vim $XDG_CONFIG_HOME/sxhkd/sxhkdrc'
|
||||
alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases'
|
||||
alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds'
|
||||
alias cfprofile='vim $XDG_CONFIG_HOME/zsh/profile'
|
||||
alias cfprofile='vim $HOME/.zprofile'
|
||||
alias cfcompt='vim $XDG_CONFIG_HOME/compton/compton.conf'
|
||||
|
||||
#more shortcuts
|
||||
|
@ -86,4 +86,3 @@ alias gca='git commit -a'
|
|||
alias gcam='git commit -a -m'
|
||||
alias gp='git push'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue