+ Added zprofile (For now only sourcing zshrc)
+ Xresources now inside .config + Added alias to open zshenv
This commit is contained in:
parent
d28f508036
commit
5469ff1cd3
4 changed files with 7 additions and 2 deletions
|
@ -32,7 +32,7 @@ alias aurR='yay -R'
|
|||
alias spotifyrip='spotify-ripper -u palembani@gmail.com'
|
||||
alias yt='youtube-dl'
|
||||
alias ytaudio='youtube-dl -x --audio-format'
|
||||
alias xreload='xrdb ~/.Xresources'
|
||||
alias xreload='xrdb $HOME/.config/Xresources'
|
||||
|
||||
#shortcuts
|
||||
alias ytv='youtube-viewer'
|
||||
|
@ -65,7 +65,8 @@ 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 $HOME/.zprofile'
|
||||
alias cfcompt='vim $XDG_CONFIG_HOME/compton/compton.conf'
|
||||
alias cfcompt='vim $XDG_CONFIG_HOME/picom/compton.conf'
|
||||
alias cfenv='vim $HOME/.zshenv'
|
||||
|
||||
#more shortcuts
|
||||
alias htop='htop -t'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue