mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
fish: Drop $TERMCMD
Not needed since we don't use ranger anymore.
This commit is contained in:
parent
7aa2360d65
commit
a7cd5bcc3d
@ -1,5 +1,3 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
@ -9,7 +7,6 @@
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export TERMCMD="kitty --single-instance"
|
||||
export DIRENV_LOG_FORMAT=""
|
||||
|
||||
export GPG_TTY=(tty)
|
||||
|
Loading…
Reference in New Issue
Block a user