fix: removed an unused hitfile and added one to ~/.cache

This commit is contained in:
Kaley, Fischer 2024-04-04 02:52:25 +02:00
parent 87d016f8bc
commit 636b0a95c1
3 changed files with 3 additions and 8 deletions

View file

@ -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

View file

@ -1,7 +0,0 @@
ls -la
cd .config
sftp -P 50 rander@10.10.0.6
exit
ls
zsh
zsh

View file

@ -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