Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jul 30, 2024
1 parent 7ae810c commit 4adf0b3
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 @@ -72,8 +72,8 @@ alias ccoms="fccoms" # Print all runnable commands

# Manage dotfiles in $HOME directory
alias dot="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
alias setdots="eval $HOME/.dots/scripts/set_dotfiles.sh"
alias wslup="eval $HOME/.dots/scripts/wslup.sh"
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
Expand Down

0 comments on commit 4adf0b3

Please sign in to comment.