From 9e91374284c0e7a6d4567c3cad8577af6dcc270f Mon Sep 17 00:00:00 2001 From: Yousef Jan Date: Sun, 10 May 2026 08:50:43 +0300 Subject: Updates --- zsh/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index c82c6ad..9f5d4b9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,10 +2,10 @@ eval "$(/opt/homebrew/bin/brew shellenv)" PROMPT='[%n@%m %F{#afd7ff}%~%f]%# ' alias python=python3 -alias ls='ls -lah' -alias vim=nvim -alias ta='tmux attach' -alias td='tmux detach' +alias ls='ls -larth' +alias em=emacs +alias copy=pbcopy +alias paste=pbpaste # bun completions [ -s "/Users/yousefjan/.bun/_bun" ] && source "/Users/yousefjan/.bun/_bun" -- cgit v1.2.3