1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

use dmenu for pinentry and added gitignore zsh plugin

This commit is contained in:
Ryan Kes 2019-03-24 18:40:56 +01:00
parent 3585f90eef
commit 2c28cbb430
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
pinentry-program /usr/bin/pinentry-gtk-2 pinentry-program /usr/bin/pinentry-dmenu
enable-ssh-support enable-ssh-support

View File

@ -55,7 +55,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(aws archlinux bower common-aliases composer docker git git-flow pass sudo symfony2 systemd tmux fzf) plugins=(aws archlinux bower common-aliases composer docker git git-flow pass sudo symfony2 systemd tmux fzf gitignore )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh