From 903e5f4909113b29ad61b7ae9002a2242ed94de6 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Tue, 19 May 2020 17:09:45 +0200 Subject: [PATCH] Changed noglob --- dotfiles/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index d315b58..f233b27 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -66,8 +66,8 @@ PS1="(%*) %F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# " # https://wiki.gen # Other settings setopt autocd # Change directory without typing "cd" in front of it. -alias scp='noglob scp' # Allows wildcards in scp commands -alias rsync='noglob rsync' # Allows wildcards in rsync commands +alias scp='\scp' # Allows wildcards in scp commands +alias rsync='\rsync' # Allows wildcards in rsync commands setxkbmap -option caps:escape # Change capslock key to escape zstyle ':completion:*' rehash true # Find new executables for autcompletion