p10k
This commit is contained in:
parent
7f47ae9174
commit
a38a4eef56
2 changed files with 1847 additions and 1 deletions
1843
home/vinzenz/.zsh/p10k.zsh
Normal file
1843
home/vinzenz/.zsh/p10k.zsh
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,8 +4,11 @@
|
||||||
initContent = ''
|
initContent = ''
|
||||||
# eval "$(direnv hook zsh)";
|
# eval "$(direnv hook zsh)";
|
||||||
export PATH=$PATH:/home/vinzenz/.cargo/bin
|
export PATH=$PATH:/home/vinzenz/.cargo/bin
|
||||||
'';
|
|
||||||
|
|
||||||
|
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
|
||||||
|
|
||||||
|
source ${./.zsh/p10k.zsh}
|
||||||
|
'';
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue