Fixed zsh suffix issue when booting i3 with zsh
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
source $HOME/.my_bash_env
|
||||
#!/bin/sh
|
||||
source $HOME/.my_zsh_env
|
||||
|
||||
|
||||
CUSTOM_DMENU_COMMANDS="$HOME/.local/custom_dmenu"
|
||||
@@ -11,5 +11,4 @@ XSERVER_DIR="$DOTWRYN/config/xserver"
|
||||
|
||||
"$XSERVER_DIR/set_randr_layout" &
|
||||
|
||||
|
||||
exec i3
|
||||
|
Reference in New Issue
Block a user