Skip to content

Commit

Permalink
Change alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jul 30, 2024
1 parent 4adf0b3 commit b13ee6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wslfiles/.dots/scripts/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ alias setdots="source $HOME/.dots/scripts/set_dotfiles.sh"
alias wslup="source $HOME/.dots/scripts/wslup.sh"

# Aliases for WSL
if uname -r | grep -q "WSL2"; then
if [ -n "$(uname -r | grep -w "WSL2")" ]; then
alias open="command explorer.exe"
alias pwsh="command pwsh.exe"
alias powershell="command powershell.exe"
alias pwsh5="command powershell.exe"
fi

# Python aliases
Expand Down

0 comments on commit b13ee6f

Please sign in to comment.