• @[email protected]
      link
      fedilink
      13
      edit-2
      11 months ago

      Every command that isn’t fully expanded PowerShell commands is an alias. dir and ls are both aliases for Get-ChildItem.

    • @[email protected]
      link
      fedilink
      English
      311 months ago

      Yeah posh has lot of aliases by default to make it more “friendly”. mkdir is just new-item -type directory or whatever.

      Also curl is just alias for invoke-webrequest and works nothing like curl