Skip to content

Commit

Permalink
remove misc obsolete stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shvorin authored and Artem Shvorin committed Jul 27, 2018
1 parent 955058a commit adfe4a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ USERNAME=""
GS_LIB=/usr/share/fonts/default/Type1-Cyr

export USERNAME GS_LIB
export CVS_RSH=ssh
5 changes: 1 addition & 4 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
alias sudobash="sudo -H bash -l"

export HISTCONTROL=erasedups
PATH=$HOME/SYSTEM/bin:$HOME/bin:$PATH:/opt/altera/quartus/13.1/quartus/bin:$HOME/.cabal/bin
PATH=$HOME/SYSTEM/bin:$HOME/bin:$HOME/.cabal/bin:$PATH
BASH_ENV=$HOME/.bashrc
USERNAME="Artem"
PS1="\[\033[1;37;40m\]\h:\W>\[\033[0m\] "
Expand All @@ -48,10 +48,7 @@ alias lla='ls -lA'
#alias vdir='ls --color=auto --format=long'
alias grep='grep --color=auto'
alias igrep='grep -i'
#alias mail='mail -a "From:[email protected]"'
alias pop3='runsocks pop-perl5'
alias untar='tar zvxf'
alias pop-perl5='pop-perl5 -k'

# needed to compile jscp without altering Makefile.inc
#export CPP="/lib/cpp -P -traditional -Dunix -Umsdos -Uwin32"
Expand Down

0 comments on commit adfe4a8

Please sign in to comment.