diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 5399a88..391bc5e 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -10,13 +10,6 @@ HISTFILESIZE=8000 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' |