aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: 411595cb52787c1c7f13182c55d040cc62d62425 (plain)
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"