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