This commit is contained in:
2025-08-31 13:27:12 -05:00
parent 9698873c0b
commit 85c96cd78b
15 changed files with 219 additions and 190 deletions

View File

@@ -5,7 +5,6 @@
programs.bash = {
enable = true;
enableCompletion = true;
blesh.enable = true;
shellAliases = {
ls = "eza";
@@ -18,7 +17,11 @@
};
initContent = if config.homeconfig.wal.enable then (lib.mkBefore ''
bashrcExtra = ''
source ${pkgs.blesh}/share/blesh/ble.sh
'';
initExtra = if config.homeconfig.wal.enable then (lib.mkBefore ''
cat ${config.home.homeDirectory}/.cache/wal/sequences
eval "$(oh-my-posh init bash --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
'') else (lib.mkBefore ''