From 636b0a95c1c0860212b1a30c28de66c3cb948376 Mon Sep 17 00:00:00 2001 From: DRAGONTOS Date: Thu, 4 Apr 2024 02:52:25 +0200 Subject: [PATCH] fix: removed an unused hitfile and added one to ~/.cache --- install.bash | 1 + zsh/.histfile | 7 ------- zsh/.zshrc | 3 ++- 3 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 zsh/.histfile diff --git a/install.bash b/install.bash index 360a6c7..99d1f05 100755 --- a/install.bash +++ b/install.bash @@ -2,4 +2,5 @@ cp -r .zprofile ~/ cp -r shell ~/.config/ cp -r zsh ~/.config/ +mkdir -p ~/.cache/zsh && touch ~/.cache/zsh/history sudo chsh -s /bin/zsh $USER diff --git a/zsh/.histfile b/zsh/.histfile deleted file mode 100644 index 9aad585..0000000 --- a/zsh/.histfile +++ /dev/null @@ -1,7 +0,0 @@ -ls -la -cd .config -sftp -P 50 rander@10.10.0.6 -exit -ls -zsh -zsh diff --git a/zsh/.zshrc b/zsh/.zshrc index 8ddeb24..655ee17 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -70,7 +70,8 @@ xhost +si:localuser:$USER > /dev/null 2>&1 PATH=$PATH:/home/$USER/.local/bin ## Fix pip -source $HOME/.local/share/virtualenv/bin/activate +#source $HOME/.local/share/virtualenv/bin/activate + # # Extra Path options