Wednesday, November 10, 2021

Julia emacs support and DateTime

Date Time

 

using Dates

import dates


Julia mode for Emacs

https://github.com/JuliaEditorSupport/julia-emacs


weird Big Sur things: zsh

 

 

 h | grep | build


and nothing; zsh history only give you the last last 10 commands, history 1 gives you all the saved commands.  Confusing?

Just stick this in your .zprofile

alias ll='ls -lG'
alias h='history 1'