diff --git a/.bash_aliases b/.bash_aliases new file mode 100644 index 0000000..164290b --- /dev/null +++ b/.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' diff --git a/.bashrc b/.bashrc index 3f6575a..beb1b6b 100644 --- a/.bashrc +++ b/.bashrc @@ -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 @@ -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 diff --git a/.gitk b/.gitk deleted file mode 100644 index 627b294..0000000 --- a/.gitk +++ /dev/null @@ -1,36 +0,0 @@ -set mainfont {sans 9} -set textfont {monospace 9} -set uifont {sans 9 bold} -set tabstop 8 -set findmergefiles 0 -set maxgraphpct 50 -set maxwidth 16 -set cmitmode patch -set wrapcomment none -set autoselect 1 -set autosellen 40 -set showneartags 1 -set hideremotes 0 -set showlocalchanges 1 -set datetimeformat {%Y-%m-%d %H:%M:%S} -set limitdiffs 1 -set uicolor grey85 -set want_ttk 1 -set bgcolor white -set fgcolor black -set colors {green red blue magenta darkgrey brown orange} -set diffcolors {red "#00a000" blue} -set markbgcolor #e0e0ff -set diffcontext 3 -set selectbgcolor gray85 -set extdifftool meld -set perfile_attrs 0 -set geometry(main) 1920x1026+1920+24 -set geometry(state) normal -set geometry(topwidth) 1920 -set geometry(topheight) 225 -set geometry(pwsash0) "791 1" -set geometry(pwsash1) "1027 1" -set geometry(botwidth) 852 -set geometry(botheight) 796 -set permviews {}