Skip to content

Commit

Permalink
home/bash: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jun 22, 2024
1 parent 8c7a43e commit 5a83a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/common/bash.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
# A very simple .bashrc for when I need to use nix-shell.
home.files.".bashrc".text = ''
home.file.".bashrc".text = ''
eval "$(${pkgs.lib.getExe config.programs.atuin.package} init bash)"
'';
}

0 comments on commit 5a83a12

Please sign in to comment.