aliases: only add julia alias if julia is present
This commit is contained in:
parent
11a422e1fe
commit
671acaa74f
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ alias bc='bc -ql' # Make bc usable for fast math
|
|||
alias ffmpeg='ffmpeg -hide_banner'
|
||||
[ -z "$VIMRUNTIME" ] &&
|
||||
alias glow='glow -p' # force Glow to preview with `less` if not in vim
|
||||
alias juliai='julia -i ${XDG_CONFIG_HOME:-"$HOME/.config"}/julia/startup.jl'
|
||||
command -v julia > /dev/null &&
|
||||
alias juliai='julia -i ${XDG_CONFIG_HOME:-"$HOME/.config"}/julia/startup.jl'
|
||||
|
||||
alias bash='LAUNCH_ZSH=false bash'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue