fix: removed an unused hitfile and added one to ~/.cache
This commit is contained in:
parent
87d016f8bc
commit
636b0a95c1
3 changed files with 3 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
ls -la
|
||||
cd .config
|
||||
sftp -P 50 rander@10.10.0.6
|
||||
exit
|
||||
ls
|
||||
zsh
|
||||
zsh
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue