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 +- .zshenv | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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' diff --git a/.zshenv b/.zshenv index a562fc7..1054766 100644 --- a/.zshenv +++ b/.zshenv @@ -16,6 +16,11 @@ path=( # other variables _kw="~amd64" +if [[ $(