Skip to content

Commit

Permalink
fix(superfile): open superfile in current dictionary
Browse files Browse the repository at this point in the history
Previous file manager(ranger) opens in currect dictionary, but default
superfile command opens in $HOME dictionary. For me, it isn't feature,
so I fixed it
  • Loading branch information
Wittano committed Jul 28, 2024
1 parent 0565e47 commit a2f37df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
26 changes: 11 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/desktop/submodules/superfile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
config = {
environment.systemPackages = with pkgs; [ superfile ];

home-manager.users.wittano.programs.fish.shellAliases.ra = "superfile";
home-manager.users.wittano.programs.fish.shellAliases.ra = "superfile .";
};
}

0 comments on commit a2f37df

Please sign in to comment.