From 4f3b29401c7ff6b42a84b9aca53877783212ec5d Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Tue, 20 Feb 2018 22:06:38 -0500 Subject: Made files templates for new systems. --- bash/.bashrc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index c5d7852..339a22e 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,20 +1,14 @@ # .bashrc set -o vi -source ~/.pass_completion +#source ~/.pass_completion # If not running interactively, don't do anything [[ $- != *i* ]] && return alias ls='ls --color=auto' alias ll='ls -la' -alias school='cd /home/tje/Documents/landmark' -alias embed='school && cd CS2771' -alias os='school && cd CS3871' -alias web='school && cd CSC2621' -alias mobile='school && cd CSC2636' -alias pol='school && cd POL1011' -alias art='school && cd HIS1031' +#alias school='cd !SCHOOL_FOLDER' alias xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' -- cgit v1.1 From c59acdaf21d22d4afd25faf9f6fb562864de0946 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 11 Mar 2018 23:37:12 -0400 Subject: Adds .bash_profile --- bash/.bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash') diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..6d8c25b --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,4 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc -- cgit v1.1 From df2dcc9a5df4f5cc2d0891737affb21496ca01d7 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 2 Sep 2018 21:18:55 -0400 Subject: Updates git-prompt --- bash/.git-prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.git-prompt b/bash/.git-prompt index 19c8def..9c07945 160000 --- a/bash/.git-prompt +++ b/bash/.git-prompt @@ -1 +1 @@ -Subproject commit 19c8def6a90d72f2a99d781752271126b1b9ff66 +Subproject commit 9c07945385121e1e4d09074da04d1b5c04722a35 -- cgit v1.1 From 67968363708f82d471f49f119a4713c944173ff8 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 3 Oct 2018 13:37:17 -0400 Subject: Moves ftplugins to after file for vim --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 391bc5e..f1463cc 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,8 @@ # .bashrc set -o vi +PATH=~/bin:$PATH + source ~/.pass_completion HISTSIZE=1000 HISTFILESIZE=8000 -- cgit v1.1