aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: 686481f930901aa9cf1bce626a507d260515a5e8 (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"