fixes to gpg agent and readme

This commit is contained in:
five-hundred-eleven
2024-08-12 13:35:35 -04:00
parent 7632416d12
commit 9f34fcfba6
2 changed files with 3 additions and 1 deletions

3
.zshrc
View File

@@ -108,6 +108,7 @@ conda config --set changeps1 False
PATH="$PATH:/usr/local/go/bin" PATH="$PATH:/usr/local/go/bin"
PATH="$PATH:$HOME/go/bin" PATH="$PATH:$HOME/go/bin"
PATH="$PATH:/usr/local/zig-linux-x86_64-0.13.0" PATH="$PATH:/usr/local/zig-linux-x86_64-0.13.0"
PATH="$PATH:/home/cowley/.modular/pkg/packages.modular.com_mojo/bin"
export PATH export PATH
source "$HOME/.fzf.zsh" source "$HOME/.fzf.zsh"
@@ -121,8 +122,8 @@ bindkey -M vicmd '/' fzf-history-widget
TRAPWINCH TRAPWINCH
export MODULAR_HOME="/home/cowley/.modular" 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:' LS_COLORS=$LS_COLORS:'ow=37;42:'
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
export GPG_TTY=$(tty)

View File

@@ -17,6 +17,7 @@ Install the following:
7. [tpm](https://github.com/tmux-plugins/tpm/tree/master) tmux plugin manager 7. [tpm](https://github.com/tmux-plugins/tpm/tree/master) tmux plugin manager
8. [bat](https://github.com/sharkdp/bat) 8. [bat](https://github.com/sharkdp/bat)
9. [tmux-sessionx](https://github.com/omerxx/tmux-sessionx) 9. [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
10. [zoxide](https://github.com/ajeetdsouza/zoxide) zoxide
Put the config files in place: Put the config files in place:
1. Copy `cowley.zsh` to `~/.oh-my-zsh/custom/` 1. Copy `cowley.zsh` to `~/.oh-my-zsh/custom/`