add juliai (interactive) alias

This commit is contained in:
PowerUser64 2024-09-09 02:44:30 -07:00
parent c4808f1654
commit 18868475d8

View file

@ -38,6 +38,7 @@ alias bc='bc -ql' # Make bc usable for fast math
alias ffmpeg='ffmpeg -hide_banner' alias ffmpeg='ffmpeg -hide_banner'
[ -z "$VIMRUNTIME" ] && [ -z "$VIMRUNTIME" ] &&
alias glow='glow -p' # force Glow to preview with `less` if not in vim 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'
# I hate it when I get ghost script instead of git status # I hate it when I get ghost script instead of git status
alias gs='echo "you don'\''t $(tput sitm)really$(tput sgr0) want ghost script now, do you?"' alias gs='echo "you don'\''t $(tput sitm)really$(tput sgr0) want ghost script now, do you?"'