mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: place omp disable checking in right place
This commit is contained in:
parent
3ebf22d7ce
commit
26aa04552c
1 changed files with 3 additions and 1 deletions
|
@ -78,10 +78,12 @@
|
|||
shellAliases = {
|
||||
ls = "eza -l --icons=auto";
|
||||
};
|
||||
shellInit = ''
|
||||
oh-my-posh disable notice
|
||||
'';
|
||||
interactiveShellInit = ''
|
||||
fish_vi_key_bindings
|
||||
set -g fish_greeting
|
||||
oh-my-posh disable notice
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue