Homepage / Notes / Computer Science / Tools / Terminal
cd
change directory ls
list files and directories ln -sv ~/dotfiles/.zshrc ~
symlinks a file in dotfiles directory to home (~)
.bash_rc
/ .zshrc
security add-generic-password -a "$USER" -s 'Homebrew GitHub Token' -w 'qwerty123'
export HOMEBREW_GITHUB_API_TOKEN=$(security find-generic-password -s 'Homebrew GitHub Token' -w)
Ctrl
Escape
Tab
Alt+B
(one word backwards)Alt+F
(one word forward)Up/Down/Left/Right
| (pipe)
~ (tilde)
_ (underscore)
Have clipboard working with Emacs: pkg install termux-api
in Termux xclip-mode
in Emacs
always sourced
if login
if interactive
Ctrl-Z
jobs
bg%n
to resume job n
in the backgroundfg%n
to resume job n
in the foregroundhttps://github.com/nushell/nushell