Skip to content

rostskadat/UserProfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

UserProfiles

The different profiles for shell access

Powershell

As per

PowerShell paths

$PSHOME is /opt/microsoft/powershell/7/

  • User profiles are read from ~/.config/powershell/profile.ps1
  • Default profiles are read from $PSHOME/profile.ps1
  • User modules are read from ~/.local/share/powershell/Modules
  • Shared modules are read from /usr/local/share/powershell/Modules
  • Default modules are read from $PSHOME/Modules
  • PSReadLine history is recorded to ~/.local/share/powershell/PSReadLine/ConsoleHost_history.txt

About

The different profiles for shell access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published