Enable fish shell and remove commented code
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{
|
||||
programs.fish = lib.mkForce {
|
||||
enable = false;
|
||||
#shellInit = lib.concatMapStrings (x: "\n" + x) [
|
||||
# "eval $(thefuck --alias)"
|
||||
#];
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
plugins = [
|
||||
# Enable a plugin (here grc for colorized command output) from nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user