diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 11d51e4..8822776 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,20 +1,13 @@ # .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 -laF' -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 xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' |