WIP: Switch to NixOS #5
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ export GOPATH=~/.go
|
||||||
export FD_COMMAND='fd -HLt'
|
export FD_COMMAND='fd -HLt'
|
||||||
export FZF_DEFAULT_COMMAND="$FD_COMMAND f"
|
export FZF_DEFAULT_COMMAND="$FD_COMMAND f"
|
||||||
export FZF_ALT_C_COMMAND="$FD_COMMAND d"
|
export FZF_ALT_C_COMMAND="$FD_COMMAND d"
|
||||||
export FZF_ALT_C_OPTS="--preview 'exa -l {}'"
|
export FZF_ALT_C_OPTS="--preview 'eza -l {}'"
|
||||||
export FZF_DEFAULT_OPTS='-m --ansi --bind ctrl-a:toggle-all,ctrl-d:deselect-all,ctrl-t:toggle-all'
|
export FZF_DEFAULT_OPTS='-m --ansi --bind ctrl-a:toggle-all,ctrl-d:deselect-all,ctrl-t:toggle-all'
|
||||||
export FZF_COMPLETION_TRIGGER='**'
|
export FZF_COMPLETION_TRIGGER='**'
|
||||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND --strip-cwd-prefix"
|
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND --strip-cwd-prefix"
|
||||||
|
@ -77,7 +77,7 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||||
fi
|
fi
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
{%@@ elif distro_id == "termux" @@%}
|
{%@@ elif distro_id == "termux" @@%}
|
||||||
eval $(okc-ssh-agent) > /dev/null
|
eval $(okc-ssh-agent) >/dev/null
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
||||||
# Enable grc colorization of supported commands
|
# Enable grc colorization of supported commands
|
||||||
|
|
|
@ -10,7 +10,7 @@ alias gpush='git push'
|
||||||
forgit_revert_commit=fgrc
|
forgit_revert_commit=fgrc
|
||||||
|
|
||||||
# Modern replacement for ls
|
# Modern replacement for ls
|
||||||
alias ls='exa'
|
alias ls='eza --icons --git'
|
||||||
|
|
||||||
# Enable command not found handler
|
# Enable command not found handler
|
||||||
{%@@ if distro_id == "arch" @@%}
|
{%@@ if distro_id == "arch" @@%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue