Snippet #2412 (by symphorien, yaml)

  • #2412
Expires in: 0 minutes View Raw
  1. {config, pkgs, ...}:
  2. {
  3.  programs.zsh = {
  4.    enable = true;
  5.    interactiveShellInit = ''
  6.      source ${pkgs.autojump}/share/autojump/autojump.zsh
  7.    '';
  8.  };
  9. }

Reply to this snippet →

Honeypot, don't fill.
⌘+⏎ or Ctrl+⏎