Skip to content

Instantly share code, notes, and snippets.

View ihidchaos's full-sized avatar

GuoYuchao ihidchaos

  • HooRii Technology Co., Ltd
  • China
  • 01:02 (UTC +08:00)
View GitHub Profile
@ihidchaos
ihidchaos / ps_history_clear
Created July 14, 2020 00:34
ps_history_clear
Remove-Item (Get-PSReadlineOption).HistorySavePath
@ihidchaos
ihidchaos / xterm-color
Last active September 19, 2022 02:31
xterm-color
echo "export TERM=xterm-color" | sudo tee -a /etc/profile
source /etc/profile
logout