aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-08 21:00:37 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-08 21:00:37 +0530
commitede22de2b50b0a5dddb372e8c632bb38961dbbb6 (patch)
treeb4552fc4acec1b136ba03d1b082336139dc19f6c /.zprofile
parentbe9838444860a6f909634b61494396275a1cd20d (diff)
made the login experience 'better'
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"