Skip to content

Instantly share code, notes, and snippets.

View cruzluna's full-sized avatar
:shipit:
Ship

Cruz cruzluna

:shipit:
Ship
View GitHub Profile
@cruzluna
cruzluna / .zshrc
Created October 21, 2025 16:33
zshrc
# Place in your .zshrc file.
# If a command takes >10 CPU seconds, automatically print the time it took.
REPORTTIME=10
# Format the output of the time command to be a little more human friendly.
TIMEFMT=" Elapsed: %*E User: %U Kernel: %*S"
alias gcne='git commit --amend --no-edit'
alias gw='git worktree'
alias glog="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@cruzluna
cruzluna / tmux.conf
Created October 21, 2025 16:32
Tmux config
set -g default-terminal "screen-256color"
set -g prefix C-a
unbind C-b
bind-key C-a send-prefix
unbind %
bind \\ split-window -h