more work on neovim config, added keyboard sound thing for kitty
This commit is contained in:
@@ -7,8 +7,11 @@ in
|
||||
{
|
||||
programs.shed = {
|
||||
settings.extraPostConfig = /* bash */ ''
|
||||
export PS1="\!prompt "
|
||||
export PSR='\e[36;1m$\!shed_ver\e[0m'
|
||||
export PS1="\@prompt "
|
||||
export PSR='\e[36;1m$\@shed_ver\e[0m'
|
||||
|
||||
export PROMPT_GIT_LINE="$(prompt_git_line)"
|
||||
|
||||
if [ "$0" = "-shed" ]; then
|
||||
${shellsound} $FLAKEPATH/assets/sound/login.wav
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user