From 98521abd2f038e06d732226f4eb788be607eb862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 18 Nov 2017 23:09:09 +0100 Subject: Some windows setup --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc b/.zsh/zshrc index c185ef6..8768b52 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -54,7 +54,7 @@ alias FF='noglob firefox' alias bt="bsdtar" # suffixes -alias -s exe='wine' +[[ -n $_IS_WINDOWS ]] || alias -s exe='wine' alias -s pdf='xdg-open' alias -s JPG='feh -F' alias -s jpg='feh -F' -- cgit v1.2.3