diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-20 22:06:38 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-20 22:06:38 -0500 |
commit | 4f3b29401c7ff6b42a84b9aca53877783212ec5d (patch) | |
tree | e6fbcd522d8faa3478b4e562d0d0ecde05afdcc4 /bash | |
parent | 9d524a3b8918eae9c8e9ed89d3300b00aaacbecf (diff) |
Made files templates for new systems.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 10 |
1 files changed, 2 insertions, 8 deletions
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' |