Newer
Older
ops-toolkit / packs / shell / files / aliases.sh
@JANeumatrix JANeumatrix 2 hours ago 368 bytes Initial upload
# shellcheck shell=bash
# packs/shell/files/aliases.sh -- team baseline aliases (sourced, not run).
# Kept deliberately small and non-surprising. Personal aliases belong in your
# own dotfiles, outside the ops-toolkit fence. ASCII + LF.

alias ll='ls -alF'
alias la='ls -A'
alias grep='grep --color=auto'
alias gs='git status --short'
alias gl='git log --oneline -15'