diff --git a/.config/shell/aliases b/.config/shell/aliases index 57398ff..4c2fd54 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -38,6 +38,7 @@ 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' # 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?"'