aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile9
1 files changed, 9 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index 2a4b59f..686481f 100644
--- a/.zprofile
+++ b/.zprofile
@@ -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"