1 2 3 4 5 6 7 8 9 10 11 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"