dotfiles

commit feae371a3d661dd3d7cae387dcac6c444c409307

Author: Honza Pokorny <me@honza.ca>

tar options

 fish/config.fish | 1 +


diff --git a/fish/config.fish b/fish/config.fish
index 68d04aaa8b79f2a32d57689720996cb34e8a52b9..ebf0636edd492e59571070c18dcd8cccbcd6e526 100644
--- a/fish/config.fish
+++ b/fish/config.fish
@@ -9,6 +9,7 @@ set -g -x VIRTUALFISH_COMPAT_ALIASES 1
 set -g -x GOPATH "$HOME/code/go"
 set -g -x KEYID "0xFFBD0899F2AD6A2B"
 set -g -x ANSIBLE_NOCOWS 1
+set -g -x TAR_OPTIONS '--one-top-level'
 set -g -x VIRTUAL_ENV_DISABLE_PROMPT 1
 set -g -x LEIN_GPG gpg2  # yes, in 2017
 set -g -x PYENV_ROOT "$HOME/.pyenv"