diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 77b8d60..3ed89a5 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -364,6 +364,16 @@ alias_if xclip \ alias_if squeue \ squ="squeue -u $(id -u)" +## -------------------------------------------------- +## Functions +## -------------------------------------------------- + +if [ -f $XDG_CONFIG_HOME/X11/xinitrc ]; then + xx () { + startx $XDG_CONFIG_HOME/X11/xinitrc -- -keeptty > /tmp/dump 2>&1 + } +fi + ## -------------------------------------------------- ## Manly Colors ## --------------------------------------------------