data-setup
data-setup copied to clipboard
Aliases suggestion
alias ez="exec zsh" #apple (linux?) alias ws="wsl.exe --shutdown" #windows, please check alias rc="code ~/.zshrc" alias cl="clear"
wsl.exe --shutdown
needs to be executed in powershell, so it can't be added as alias from the dotfiles
@dmilon have you heard about aliases for powershell?
@brunolajoie I never had to define PowerShell aliases. They seem to exist but I don't know in which file they should be defined.
you can run wsl.exe --shutdown
(with .exe) in the ubuntu terminal under wsl
It does the same thing as opening powershell and running wsl --shutdown
It's a tremendous gain of time.
Vincent Moreau showed me that
ahhh! soo good! In that case, it's definitely worth creating an alias, thanks @E-Dmz !
No alias needed, but i've updated the common setup error guide here. Thanks!