-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,3 @@ USERNAME="" | |
GS_LIB=/usr/share/fonts/default/Type1-Cyr | ||
|
||
export USERNAME GS_LIB | ||
export CVS_RSH=ssh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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\] " | ||
|
@@ -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" | ||
|