Skip to content

Commit

Permalink
.bash_aliases added
Browse files Browse the repository at this point in the history
  • Loading branch information
sitz committed Sep 12, 2012
1 parent c8902ee commit 644751e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .bash_aliases
@@ -0,0 +1,2 @@
alias idea='sh /home/sitesh/Downloads/idea-IC-117.798/bin/idea.sh'
alias datastudio='sh /home/sitesh/Downloads/home/sitesh/Downloads/AquaFold.Data.Studio.8.0.8/datastudio/datastudio.sh'
3 changes: 1 addition & 2 deletions .bashrc
Expand Up @@ -94,7 +94,6 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Expand All @@ -106,7 +105,7 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi

# Git repository customizations for terminak
# Git etc profile customizations for terminal
if [ -f ~/.bash_profile ]; then
. ~/.bash_profile
fi
Expand Down
36 changes: 0 additions & 36 deletions .gitk

This file was deleted.

0 comments on commit 644751e

Please sign in to comment.