mirror of
https://github.com/xxoommd/magic.git
synced 2025-05-22 21:42:43 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
alias l='ls -lhF'
|
|
alias ll=l
|
|
alias la='ls -AlhF'
|
|
|
|
export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)'
|