diff options
Diffstat (limited to 'profile')
| -rw-r--r-- | profile/.bashrc | 1 | ||||
| -rw-r--r-- | profile/.xinitrc | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profile/.bashrc b/profile/.bashrc index 54b19cf..a6634bf 100644 --- a/profile/.bashrc +++ b/profile/.bashrc @@ -34,6 +34,7 @@ alias refresh="python ~/.config/Scripts/shortcuts.py" alias mailsync="bash ~/.config/Scripts/get_email.sh" alias ref="python ~/.config/Scripts/shortcuts.py && source ~/.bashrc" alias ka="killall" +alias fullclean="make clean && rm -f config.h && git reset --hard origin/master" # alias docker="sudo docker" diff --git a/profile/.xinitrc b/profile/.xinitrc index e80cb92..b1814ca 100644 --- a/profile/.xinitrc +++ b/profile/.xinitrc @@ -12,5 +12,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then fi -sxhkd & exec bspwm -#exec i3 +#sxhkd & exec bspwm +exec dwm & |
