From e87f4b6c90a4608b7318c631d678eff712794792 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 12 Apr 2022 19:14:01 +0430 Subject: update --- root/.bashrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 root/.bashrc (limited to 'root/.bashrc') diff --git a/root/.bashrc b/root/.bashrc new file mode 100644 index 0000000..ff70aa8 --- /dev/null +++ b/root/.bashrc @@ -0,0 +1,14 @@ +set -o vi +alias v="vim" +alias ls="ls --color=auto" +alias grep="grep --color=auto" +alias la="ls -a" +alias ll="ls -l" +alias lss="ls -sS" +alias ..="cd .." +alias ...="cd ../.." +alias ....="cd ../../.." +alias .....="cd ../../../.." +alias ......="cd ../../../../.." + +export PS1="\[$(tput bold)\]\[\033[38;5;9m\]\u\[$(tput sgr0)\] \[$(tput sgr0)\]\[\033[38;5;10m\]@\[$(tput sgr0)\] \[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;12m\]\h\[$(tput sgr0)\] \[$(tput sgr0)\]\[\033[38;5;170m\][\[$(tput sgr0)\] \[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;228m\]\w\[$(tput sgr0)\] \[$(tput sgr0)\]\[\033[38;5;211m\]]\[$(tput sgr0)\] \[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;171m\]\\$\[$(tput sgr0)\] " -- cgit v1.2.3