Changed noglob

This commit is contained in:
Sebastian 2020-05-19 17:09:45 +02:00
parent b4346364a9
commit 903e5f4909

View file

@ -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