diff options
| author | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 08:50:43 +0300 |
|---|---|---|
| committer | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 08:50:43 +0300 |
| commit | 9e91374284c0e7a6d4567c3cad8577af6dcc270f (patch) | |
| tree | 13b1e90ef91a322b225f64d41c9c6f0b01343621 /bash/.bashrc | |
| parent | 3db77a4aea42ff6f2f8c302e1be63620b9ba2bab (diff) | |
Updates
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index b3a7c1c..44ef126 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,11 +1,12 @@ # .bashrc +# Custom prompt with directory in #afd7ff +PS1='[\u@\h \[\e[38;2;175;215;255m\]\w\[\e[0m\]]\$ ' + # Aliases alias python=python3 alias ls='ls -larth' -alias vim=nvim -alias tmuxa='tmux attach' -alias tmusxd='tmux detach' +alias em=emacs alias copy='xclip -selection clipboard' alias paste='xclip -o -selection clipboard' |