bash: show current directory on top in alacritty

This commit is contained in:
teutat3s 2023-06-20 23:35:15 +02:00
parent 0d5920d78e
commit b8f340310c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -2,7 +2,6 @@
config, config,
pkgs, pkgs,
self, self,
inputs,
... ...
}: let }: let
psCfg = config.pub-solar; psCfg = config.pub-solar;
@ -19,8 +18,8 @@ in {
# Run when initializing an interactive shell # Run when initializing an interactive shell
initExtra = '' initExtra = ''
# Use fzf's CTRL-R history widget # Show current directory at the top in Alacritty
source ${pkgs.fzf}/share/fzf/key-bindings.bash PROMPT_COMMAND='echo -e -n "\e]2;$(basename "$PWD")\e\\"'
# If a command is not found, show me where it is # If a command is not found, show me where it is
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh