commit 8e280ce33de72ea41c83bfb787605fff5d47eb1e Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com> Date: Mon, 24 Aug 2020 16:46:18 +0000 Create bashrc Diffstat:
A | bashrc | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/bashrc b/bashrc @@ -0,0 +1,20 @@ +# ~/.bashrc +# +neofetch +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' + +alias scim='sc-im' + +alias ..="cd .." +alias ...="cd ../../" + +alias ccrypt='~/Documents/cc/ccrypt' + +alias nm="neomutt" +alias nb="newsboat" + +PS1="\[$(tput bold)\]\[\033[38;5;1m\]\u@\h\[$(tput sgr0)\] \[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;12m\]\w\[$(tput sgr0)\] \\$ \[$(tput sgr0)\]" +#PS1='\e[0;31[\u@\h\e[m \W $ '