From 9f34fcfba65d191a012d51bb0f964cbd2551dbf3 Mon Sep 17 00:00:00 2001 From: five-hundred-eleven Date: Mon, 12 Aug 2024 13:35:35 -0400 Subject: [PATCH] fixes to gpg agent and readme --- .zshrc | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1a75415..70fd594 100644 --- a/.zshrc +++ b/.zshrc @@ -108,6 +108,7 @@ conda config --set changeps1 False PATH="$PATH:/usr/local/go/bin" PATH="$PATH:$HOME/go/bin" PATH="$PATH:/usr/local/zig-linux-x86_64-0.13.0" +PATH="$PATH:/home/cowley/.modular/pkg/packages.modular.com_mojo/bin" export PATH source "$HOME/.fzf.zsh" @@ -121,8 +122,8 @@ bindkey -M vicmd '/' fzf-history-widget TRAPWINCH export MODULAR_HOME="/home/cowley/.modular" -export PATH="/home/cowley/.modular/pkg/packages.modular.com_mojo/bin:$PATH" LS_COLORS=$LS_COLORS:'ow=37;42:' eval "$(zoxide init zsh)" +export GPG_TTY=$(tty) diff --git a/README.md b/README.md index 3038545..92779b2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Install the following: 7. [tpm](https://github.com/tmux-plugins/tpm/tree/master) tmux plugin manager 8. [bat](https://github.com/sharkdp/bat) 9. [tmux-sessionx](https://github.com/omerxx/tmux-sessionx) + 10. [zoxide](https://github.com/ajeetdsouza/zoxide) zoxide Put the config files in place: 1. Copy `cowley.zsh` to `~/.oh-my-zsh/custom/`