diff options
-rw-r--r-- | profile.dot.link | 3 | ||||
-rw-r--r-- | screen.dot/base.link | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index 83d4fc7..04e67bc 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -215,6 +215,9 @@ fi if [ "$0" = "bash" ]; then # Command prompt if no system-wide custom prompt is available if [ -e "/usr/share/powerline/bindings/bash/powerline.sh" ]; then + powerline-daemon -q + POWERLINE_BASH_CONTINUATION=1 + POWERLINE_BASH_SELECT=1 . /usr/share/powerline/bindings/bash/powerline.sh elif ! type command_prompt &> /dev/null && [ -e "$HOME/apps/shellprompt/prompt" ]; then . $HOME/apps/shellprompt/prompt diff --git a/screen.dot/base.link b/screen.dot/base.link index 750cbdc..26e86be 100644 --- a/screen.dot/base.link +++ b/screen.dot/base.link @@ -23,6 +23,9 @@ pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended." # make the shell in every window a login shell #shell -$SHELL +# Run a specific shell +defshell /bin/zsh + # autoaka testing # shellaka '> |tcsh' # shellaka '$ |sh' |