Files
linux-workspace/scripts/pwsh-profile.sh
2020-10-29 21:52:42 +01:00

13 lines
206 B
Bash
Executable File

#!/bin/bash
set -e
set -u
set -x
PWSH_PROFILE_NAME=Microsoft.PowerShell_profile.ps1
PWSH_PROFILE_PATH=$HOME/.config/powershell/
mkdir -p $PWSH_PROFILE_PATH
cp conf/$PWSH_PROFILE_NAME $PWSH_PROFILE_PATH