From 90fcae28ce5907ee3e2e7692720a62c3955bace9 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 7 Apr 2020 22:49:35 +0200 Subject: [PATCH] bashrc moved, wineprefix added --- .bashrc | 14 +++++++++++++- .config/bash/bashrc | 13 ------------- 2 files changed, 13 insertions(+), 14 deletions(-) mode change 120000 => 100644 .bashrc delete mode 100644 .config/bash/bashrc diff --git a/.bashrc b/.bashrc deleted file mode 120000 index 6d5541f..0000000 --- a/.bashrc +++ /dev/null @@ -1 +0,0 @@ -.config/bash/bashrc \ No newline at end of file diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..ba0107b --- /dev/null +++ b/.bashrc @@ -0,0 +1,13 @@ +#!/bin/bash + +shopt -s autocd +set -o vi +stty -ixon # Disable ctrl-s and ctrl-q. +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)\]\\$ " +HISTSIZE=10000 +SAVEHIST=10000 +HISTFILE=~/.cache/shhistory + +source "$HOME/.config/aliasrc" 2>/dev/null # Load aliases + +pfetch diff --git a/.config/bash/bashrc b/.config/bash/bashrc deleted file mode 100644 index ba0107b..0000000 --- a/.config/bash/bashrc +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -shopt -s autocd -set -o vi -stty -ixon # Disable ctrl-s and ctrl-q. -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)\]\\$ " -HISTSIZE=10000 -SAVEHIST=10000 -HISTFILE=~/.cache/shhistory - -source "$HOME/.config/aliasrc" 2>/dev/null # Load aliases - -pfetch