all repos — dotfiles @ 71a566ba8031eb8eb62a6412aee5bb9e9c32ebea

my *nix dotfiles

prevent zsh from initializing base16-shell
icyphox icyph0x@protonmail.com
Mon, 05 Feb 2018 14:52:07 +0530
commit

71a566ba8031eb8eb62a6412aee5bb9e9c32ebea

parent

1aebd448147df8751e041879d8491faa1f2b98da

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M zsh/.zshrczsh/.zshrc

@@ -45,7 +45,4 @@ eval $(gnome-keyring-daemon --start)

export SSH_AUTH_SOCK fi -BASE16_SHELL=$HOME/.config/base16-shell/ -[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)" - cd ~