Skip to content

Commit

Permalink
GHI-#14 Fix malformed shell alias "pacman"
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 26, 2017
1 parent 0a22127 commit bab4c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/bash/core/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ alias jj='java -jar'
alias sbrd='mvn spring-boot:run -Drun.jvmArguments="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"'

# +--- pacman ---+
alias pacman ='pacman --config ~/.pacman.conf'
alias pacman='pacman --config ~/.pacman.conf'

# +--- wget ---+
# Disable log file
Expand Down

0 comments on commit bab4c03

Please sign in to comment.