mirror of
https://github.com/xxoommd/magic.git
synced 2025-05-22 21:42:43 +00:00
8 lines
239 B
Bash
8 lines
239 B
Bash
alias l='ls -lhF'
|
|
alias ll=l
|
|
alias la='ls -AlhF'
|
|
|
|
export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)'
|
|
export PATH=$PATH:/Users/gaofei/Projects/github.com/magic/scripts
|
|
export PATH="/usr/local/opt/node@20/bin:$PATH"
|