+ 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
|
@ -4,6 +4,7 @@
|
||||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||||
|
|
||||||
# Autostarts
|
# Autostarts
|
||||||
|
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & #X resources inside .config
|
||||||
unclutter &
|
unclutter &
|
||||||
|
|
||||||
# Custom Resolutions
|
# Custom Resolutions
|
||||||
|
|
|
@ -32,7 +32,7 @@ alias aurR='yay -R'
|
||||||
alias spotifyrip='spotify-ripper -u palembani@gmail.com'
|
alias spotifyrip='spotify-ripper -u palembani@gmail.com'
|
||||||
alias yt='youtube-dl'
|
alias yt='youtube-dl'
|
||||||
alias ytaudio='youtube-dl -x --audio-format'
|
alias ytaudio='youtube-dl -x --audio-format'
|
||||||
alias xreload='xrdb ~/.Xresources'
|
alias xreload='xrdb $HOME/.config/Xresources'
|
||||||
|
|
||||||
#shortcuts
|
#shortcuts
|
||||||
alias ytv='youtube-viewer'
|
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 cfalias='vim $XDG_CONFIG_HOME/zsh/aliases'
|
||||||
alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds'
|
alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds'
|
||||||
alias cfprofile='vim $HOME/.zprofile'
|
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
|
#more shortcuts
|
||||||
alias htop='htop -t'
|
alias htop='htop -t'
|
||||||
|
|
3
.zprofile
Normal file
3
.zprofile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
[[ -f ~/.zshrc ]] && . ~/.zshrc
|
Loading…
Add table
Add a link
Reference in a new issue