add juliai (interactive) alias
This commit is contained in:
parent
c4808f1654
commit
18868475d8
1 changed files with 1 additions and 0 deletions
|
@ -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?"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue