From ede22de2b50b0a5dddb372e8c632bb38961dbbb6 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Tue, 8 Jun 2021 21:00:37 +0530 Subject: made the login experience 'better' --- .zprofile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.zprofile') 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 to open XMonad/Openbox" -- cgit v1.2.3