diff options
| author | 2026-02-21 14:54:14 -0500 | |
|---|---|---|
| committer | 2026-02-21 14:54:14 -0500 | |
| commit | d9be77d6429d598f3ec7eead1620c33556b7c865 (patch) | |
| tree | e5537c045d868e7a65147a69746ec173a217d327 /.bashrc | |
initial commit
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +# +# ~/.bashrc +# +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='\033[1;32m\u\033[1;37m@\033[1;32m\h\033[1;37m \033[1;32m\W\033[1;37m> ' |
