Explorar el Código

Add bundle exec alias

Andrew Swistak hace 2 años
padre
commit
ab664b213c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      zshrc

+ 1 - 0
zshrc

@@ -63,6 +63,7 @@ export PATH=$PATH:$HOME/.cargo/bin
 export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src
 
 alias ack=ag
+alias bx="bundle exec"
 
 export DOTNET_CLI_TELEMETRY_OPTOUT=1
 export PATH="/usr/local/opt/icu4c/bin:$PATH"