Skip to content

Commit

Permalink
GHI-#14 Implement "pacman" shorthand alias to pass user configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 26, 2017
1 parent 476fa21 commit 0a22127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/bash/core/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ alias atom-hidpi='atom --force-device-scale-factor=1.5'
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'

# +--- wget ---+
# Disable log file
alias wget='wget --hsts-file='
Expand Down

0 comments on commit 0a22127

Please sign in to comment.