diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-10-03 13:45:10 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-10-03 13:45:10 -0400 |
commit | 31ea47e9e01fbe0334d5514b59ba5a7bcc463826 (patch) | |
tree | 2b4938a8c72bdaabcad9879ec62503cde6100079 | |
parent | 9fe0ad06d4ce048fc24c4c1b102f26154457984a (diff) |
Updates school aliases
-rw-r--r-- | bash/.bashrc | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 5399a88..b42ff1b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -10,13 +10,19 @@ 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 landmark='cd /home/tje/Documents/landmark' +alias embed='landmark && cd CS2771' +alias os='landmark && cd CS3871' +alias web='landmark && cd CSC2621' +alias mobile='landmark && cd CSC2636' +alias pol='landmark && cd POL1011' +alias art='landmark && cd HIS1031' + +alias school='cd /home/tje/Documents/clarkson' +alias fa='school && cd CS345' +alias pl='school && cd CS341' +alias phys='school && cd PH131' +alias calc='school && cd MA131' alias xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' @@ -60,3 +66,5 @@ GIT_PROMPT_THEME_FILE=~/.git-prompt-colors.sh source /home/tje/.git-prompt/gitprompt.sh +alias dwarf="/home/tje/Downloads/programs/df_linux/df" +alias tele="telegram -k /home/tje/Downloads/programs/tg/tg-server.pub" |