diff --git a/home/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/home/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index 2b8d694..659f122 100644 --- a/home/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/home/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -11,4 +11,8 @@ Enable-HomepsickCastle -All Invoke-Expression (&starship init powershell) ## Load Terminal Icons -Import-Module -Name Terminal-Icons \ No newline at end of file +Import-Module -Name Terminal-Icons + +Clear-Host + +fastfetch \ No newline at end of file diff --git a/home/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/home/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 deleted file mode 100644 index 2b8d694..0000000 --- a/home/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 +++ /dev/null @@ -1,14 +0,0 @@ -## Load Homepsick -Import-Module -Name "$([IO.Path]::Combine($home, ".homesick", "repos", "homepsick", "src", "Homepsick.psm1"))" -Force - -## Update my Homepsick repos -Update-HomepsickCastle -All - -## Link everything -Enable-HomepsickCastle -All - -## Load Starship Prompt -Invoke-Expression (&starship init powershell) - -## Load Terminal Icons -Import-Module -Name Terminal-Icons \ No newline at end of file diff --git a/home/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/home/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 new file mode 120000 index 0000000..4f0c5cc --- /dev/null +++ b/home/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 @@ -0,0 +1 @@ +../../Documents/PowerShell/Microsoft.PowerShell_profile.ps1 \ No newline at end of file