commit 358edbefccd56c11b524ee30893627a8956e0f75 Author: tiynger Date: Tue Jul 2 14:30:59 2019 +0200 add .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..f719e13 --- /dev/null +++ b/.bashrc @@ -0,0 +1,11 @@ +#!/bin/bash +set -o vi +stty -ixon # Disable ctrl-s and ctrl-q. +shopt -s autocd #Allows you to cd into directory merely by typing the directory name. +HISTSIZE= HISTFILESIZE= # Infinite history. +export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]" + +[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases +[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" + +neofetch