Configure spaceship
This commit is contained in:
parent
4a69763c0d
commit
537b5f0bb2
1 changed files with 5 additions and 3 deletions
|
@ -25,8 +25,10 @@
|
||||||
sha256 = "0habry3r6wfbd9xbhw10qfdar3h5chjffr5pib4bx7j4iqcl8lw8";
|
sha256 = "0habry3r6wfbd9xbhw10qfdar3h5chjffr5pib4bx7j4iqcl8lw8";
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
profileExtra = ''
|
initExtra = ''
|
||||||
source $HOME/.setenv.sh
|
SPACESHIP_TIME_SHOW=true
|
||||||
|
SPACESHIP_EXIT_CODE_SHOW=true
|
||||||
|
SPACESHIP_BATTERY_THRESHOLD=30
|
||||||
'';
|
'';
|
||||||
sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; };
|
sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; };
|
||||||
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; };
|
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; };
|
||||||
|
|
Loading…
Reference in a new issue