Skip to content

Instantly share code, notes, and snippets.

@roife
roife / zshrc
Created October 27, 2024 12:48
zshrc
export LANGUAGE=en_US.UTF-8
# auto-completion
zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}" # colors for ls
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' # case-insensitive when completion with tab
autoload -U compinit
compinit
# cd folder without "cd"
setopt autocd
@jirihnidek
jirihnidek / .gitignore
Last active July 18, 2024 14:53
Example of (Linux) client-server aplication using ECN bit in UDP packets.
.cproject
.project
build