fixes to gpg agent and readme
This commit is contained in:
3
.zshrc
3
.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)
|
||||
|
||||
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user