This commit is contained in:
2025-08-19 02:04:33 -05:00
parent a521301818
commit c5b3aa3599

View File

@@ -5,7 +5,6 @@
programs.bash = {
enable = true;
enableCompletion = true;
blesh.enable = true;
shellAliases = {
ls = "eza";
@@ -18,6 +17,10 @@
};
bashrcExtra = ''
source ${pkgs.blesh}/share/blesh/ble.sh
'';
initContent = 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)"