mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
fix bash interactive from fish
This commit is contained in:
parent
c052813f6d
commit
bad49cb2c3
@ -12,6 +12,7 @@
|
|||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
bash = "${pkgs.bashInteractive}/bin/bash";
|
||||||
ls = "exa";
|
ls = "exa";
|
||||||
trash = lib.mkIf pkgs.stdenv.isLinux "${pkgs.trash-cli}/bin/trash-put";
|
trash = lib.mkIf pkgs.stdenv.isLinux "${pkgs.trash-cli}/bin/trash-put";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user