Skip to content

Commit

Permalink
Add more fun aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Mar 4, 2024
1 parent dd84f91 commit 945d70f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/custom/utils.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ if ! command -v rocm-smi &> /dev/null && [ -f "/opt/rocm/bin/rocm-smi" ]; then
alias rocm-smi="/opt/rocm/bin/rocm-smi"
fi

alias rtfm="man"

# Print most recently modified files in current directory. It takes no arguments
alias vikat="find ${1} -type f | xargs stat --format '%Y :%y: %n' 2>/dev/null | sort -nr | cut -d: -f2,3,5 | head"

Expand All @@ -274,3 +276,6 @@ alias please="sudo"

# Google Translate
alias translate="ddg \!translate ${@}"

alias yoink="git pull"
alias yeet="git push"

0 comments on commit 945d70f

Please sign in to comment.