File: dot.cshrc

package info (click to toggle)
language-env 0.64
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,588 kB
  • ctags: 125
  • sloc: perl: 6,243; makefile: 83; tcl: 64; sh: 18
file content (16 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# s comment -*-coding: iso-8859-2;-*-
Ustawienia powloki csh 
END
Ustawienia powoki csh
END

# Do not attempt to set the locale for an UXTerm session.
# UXTerm sets it locale environment automagically.
if ( ! ${?UXTERM} ) then
    setenv LANG "pl_PL"
endif
# Signal the existence of UXTerm.
alias uxterm 'env UXTERM=yes uxterm'

setenv MM_CHARSET "iso-8859-2"
setenv SP_CHARSET "iso-8859-2"