Skip to content

Instantly share code, notes, and snippets.

@kanokkorn
Created September 17, 2023 09:48
Show Gist options
  • Save kanokkorn/8ea097990591a6b12a52984073815549 to your computer and use it in GitHub Desktop.
Save kanokkorn/8ea097990591a6b12a52984073815549 to your computer and use it in GitHub Desktop.
commands that i should have known better when using linux and windows

Setting the default editor for Git

git config --global core.editor "vim"

Add drive to flatpak steam

flatpak override --user --filesystem=/path/to/mountpoint com.valvesoftware.Steam

Reload Windows Powershell environment variable

$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment