mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-01 04:35:21 +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 = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -9,7 +7,6 @@
|
|||||||
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
export TERMCMD="kitty --single-instance"
|
|
||||||
export DIRENV_LOG_FORMAT=""
|
export DIRENV_LOG_FORMAT=""
|
||||||
|
|
||||||
export GPG_TTY=(tty)
|
export GPG_TTY=(tty)
|
||||||
|
Loading…
Reference in New Issue
Block a user