Remove history
This commit is contained in:
84
nushell/history.txt
Normal file
84
nushell/history.txt
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
mv ~/.config/nushell ~/dotfiles/
|
||||||
|
ln -s ~/dotfiles/nushell ~/.config/nushell
|
||||||
|
cd ~/dotfiles
|
||||||
|
ls
|
||||||
|
lazygit
|
||||||
|
nvim ~/dotfiles/manage_configs.sh
|
||||||
|
chmod +x ~/dotfiles/manage_configs.sh
|
||||||
|
~/dotfiles/manage_configs.sh
|
||||||
|
lazygit
|
||||||
|
ssh -vT git@gitea.lab.audasmedia.com.au
|
||||||
|
nvim ~/.ssh/config
|
||||||
|
chmod 600 ~/.ssh/config
|
||||||
|
ssh -vT git@gitea.lab.audasmedia.com.au
|
||||||
|
nvim ~/.ssh/config
|
||||||
|
lazygit
|
||||||
|
cat ~/.ssh/id_ed25519.pub
|
||||||
|
sudo su - git
|
||||||
|
git remote -v
|
||||||
|
GIT_SSH_COMMAND="ssh -v" git push
|
||||||
|
git remote set-url origin ssh://git@gitea.lab.audasmedia.com.au:2222/sam/dotfiles.git
|
||||||
|
git branch -m master main
|
||||||
|
git push --set-upstream origin main
|
||||||
|
lazygit
|
||||||
|
nvim ~/dotfiles/install.sh
|
||||||
|
chmod +x ~/dotfiles/install.sh
|
||||||
|
lazygit
|
||||||
|
ls
|
||||||
|
yazi
|
||||||
|
nvim
|
||||||
|
yazi
|
||||||
|
atuin
|
||||||
|
dua
|
||||||
|
nvim install.sh
|
||||||
|
atuin import zsh
|
||||||
|
zellij
|
||||||
|
atuin import zsh
|
||||||
|
<\n> atuin search --interactive
|
||||||
|
yazi ~/.config
|
||||||
|
yazi ~/dotfiles/
|
||||||
|
atuin status
|
||||||
|
atuin user current
|
||||||
|
atuin login
|
||||||
|
atuin status
|
||||||
|
atuin import zsh
|
||||||
|
yazi ~/.config
|
||||||
|
yazi ~/dotfiles/.config
|
||||||
|
yazi ~/dotfiles
|
||||||
|
yazi ~/.config
|
||||||
|
yazi ~/dotfiles
|
||||||
|
rm ~/.config/nvim
|
||||||
|
~/dotfiles/fix_links.sh
|
||||||
|
cd ~/dotfiles
|
||||||
|
lazygit
|
||||||
|
rm ~/dotfiles/manage_configs.sh
|
||||||
|
mv ~/dotfiles/fix_links.sh ~/dotfiles/manage_configs.sh
|
||||||
|
lazygit
|
||||||
|
ssh sam@192.168.20.13
|
||||||
|
ssh sam@192.168.20.35
|
||||||
|
hostname
|
||||||
|
ssh sam@192.168.20.35
|
||||||
|
zellij
|
||||||
|
nvim ~/dotfiles/.zshrc
|
||||||
|
which atuin
|
||||||
|
cat ~/.zprofile
|
||||||
|
zsh -f -c 'echo $PATH'
|
||||||
|
ssh sam@192.168.20.35
|
||||||
|
ssh sam@192.168.20.13
|
||||||
|
nvim ~/dotfiles/.zshrc
|
||||||
|
atuin
|
||||||
|
cd ~/dotfiles
|
||||||
|
lazygit
|
||||||
|
hostname
|
||||||
|
lazygit
|
||||||
|
hostname
|
||||||
|
lazygit
|
||||||
|
cd ~/dotfiles
|
||||||
|
git rm --cached history.txt
|
||||||
|
ls
|
||||||
|
cd ~/dotfiles/nushell
|
||||||
|
git rm --cached history.txt
|
||||||
|
echo "nushell/history.txt" >> ~/dotfiles/.gitignore
|
||||||
|
cd ../
|
||||||
|
cd ~/dotfiles/nushell
|
||||||
|
lazygit
|
||||||
Reference in New Issue
Block a user