From 40ce35bd2f379f2c30e51173752926f8c620ffd6 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 10 May 2021 14:44:07 +0400 Subject: Changed window manager to bspwm and added custom config for lemonbar --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 2624bc8..5a428d7 100644 --- a/.profile +++ b/.profile @@ -3,7 +3,8 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" fi -export SHELL="/bin/bash" +export SHELL="/bin/zsh" +export EDITOR="nvim" # For Jetbrains products export _JAVA_AWT_WM_NONREPARENTING=1 -- cgit v1.2.3