diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-08 21:00:37 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-08 21:00:37 +0530 |
commit | ede22de2b50b0a5dddb372e8c632bb38961dbbb6 (patch) | |
tree | b4552fc4acec1b136ba03d1b082336139dc19f6c /.zprofile | |
parent | be9838444860a6f909634b61494396275a1cd20d (diff) |
made the login experience 'better'
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |