diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ #!/bin/sh [[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv +startpage & + +alias startx="startx ~/.xinitrc" +alias xm="startx xmonad" +alias ob="startx openbox" + +clear +echo "Welcome, VidhuKant!" +echo "run startx <xm/ob> to open XMonad/Openbox" |