mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Fix little bug in config.yaml regarding zshenv; Add windows specific files.
This commit is contained in:
parent
400081ba9d
commit
12974d85bd
3 changed files with 58 additions and 5 deletions
20
dotfiles/zshenv_win
Normal file
20
dotfiles/zshenv_win
Normal file
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# This file is managed by dotdrop, only edit it in your dotdrop files!
|
||||
#
|
||||
|
||||
|
||||
# Fix for JetBrains with non-re-parenting window managers
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
# Disable Ansible cowsay
|
||||
export ANSIBLE_NOCOWS=1
|
||||
# Include ~/.bin to PATH
|
||||
if [ -d "$HOME/.bin" ] ; then
|
||||
export PATH="$HOME/.bin:$PATH"
|
||||
fi
|
||||
# Includ ~/.local/bin to PATH
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Connect to windows ssh pageant
|
||||
eval $(/mnt/c/weasel-pageant/weasel-pageant -rb -a $HOME/.weasel-pageant.sock)
|
Loading…
Add table
Add a link
Reference in a new issue