Skip to content

Commit

Permalink
Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Feb 4, 2025
1 parent 74b60cb commit 08581e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell/pwsh/pwsh.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Import-Module PSReadLine
Set-PSReadLineOption -EditMode Emacs
Set-PSReadlineOption -BellStyle None

$PSStyle.FileInfo.Directory = ""
if ($PSVersionTable.PSVersion.Major -gt 5) {
$PSStyle.FileInfo.Directory = ""
}
function reload() {
. $PROFILE
}
Expand Down

0 comments on commit 08581e8

Please sign in to comment.