summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 503bedb..e6aad75 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -65,6 +65,7 @@ fi
source "$HOME/.zsh/zgen/zgen.zsh"
FZF_MARKS_PLUGIN_ZSH=$HOME/Dropbox/projects/fzf-marks/fzf-marks.plugin.zsh
+FZF_MARKS_COMMAND='fzf --height 40% --reverse -e'
[ -f "$FZF_MARKS_PLUGIN_ZSH" ] && source "$FZF_MARKS_PLUGIN_ZSH"
if ! zgen saved; then
@@ -180,8 +181,8 @@ alias renet='systemctl restart NetworkManager.service'
# Applications
alias -s pdf='xdg-open'
-# Global
-alias -g grep='grep --color=auto --exclude-dir={.git,.hg}'
+# Remove global because it breaks: pacman -D --asdeps grep
+alias grep='grep --color=auto --exclude-dir={.git,.hg}'
# Pacman
alias pacup='sudo pacman -Syu'