wiki:download:nbsd:cshrc_user
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| wiki:download:nbsd:cshrc_user [2026/08/21 12:57] – créée Thibault Seguin | wiki:download:nbsd:cshrc_user [2026/08/21 20:57] (Version actuelle) – Thibault Seguin | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ===== Fichier .cshrc minimal ===== | ||
| < | < | ||
| # $NetBSD: dot.cshrc,v 1.8 2018/03/01 06:12:09 snj Exp $ | # $NetBSD: dot.cshrc,v 1.8 2018/03/01 06:12:09 snj Exp $ | ||
| Ligne 76: | Ligne 77: | ||
| ##priorite utilitaire gnu | ##priorite utilitaire gnu | ||
| #export PATH / | #export PATH / | ||
| + | |||
| + | |||
| + | ## Alias perso ## | ||
| + | alias ls | ||
| + | #alias ls ls -F | ||
| + | alias la ls -A | ||
| + | alias ll ls -l | ||
| + | alias lla ls -Al | ||
| + | #alias l ls -CF | ||
| + | alias grep grep --color=auto | ||
| + | alias fgrep fgrep --color=auto | ||
| + | alias egrep egrep --color=auto | ||
| + | alias wi which | ||
| + | alias wr whereis | ||
| + | alias h history | ||
| + | #alias vi vim | ||
| + | alias pkg pkgin | ||
| + | alias mount_ext2fs | ||
| + | alias pingbsd ' | ||
| + | alias pinggoogle ' | ||
| + | alias lynxddg ' | ||
| + | alias wgetippub " | ||
| + | alias netstattcpudp ' | ||
| + | #alias ddliveusb ' | ||
| + | </ | ||
| + | |||
| + | ===== Fichier .cshrc avec commande GNU Coreutils ===== | ||
| + | < | ||
| + | # $NetBSD: dot.cshrc,v 1.8 2018/03/01 06:12:09 snj Exp $ | ||
| + | # | ||
| + | # This is the default .cshrc file. | ||
| + | # Users are expected to edit it to meet their own needs. | ||
| + | # | ||
| + | # The commands in this file are executed each time a new csh shell | ||
| + | # is started. | ||
| + | # | ||
| + | # See csh(1) for details. | ||
| + | # | ||
| + | |||
| + | # Set your editor. Default to explicitly setting vi, as otherwise some | ||
| + | # software will run ed and other software will fail. Can be set to | ||
| + | # emacs or nano or whatever other editor you may prefer, but of course | ||
| + | # those editors must be installed before you can use them. | ||
| + | setenv EDITOR vi | ||
| + | |||
| + | # vi settings: set show-match auto-indent always-redraw shift-width=4 | ||
| + | # | ||
| + | |||
| + | # VISUAL sets the " | ||
| + | # set will be run by preference to $EDITOR by some software. It is | ||
| + | # mostly historical and usually does not need to be set. | ||
| + | # | ||
| + | |||
| + | # Set the pager. This is used by, among other things, man(1) for | ||
| + | # showing man pages. The default is " | ||
| + | # (included with the system by default) is " | ||
| + | # | ||
| + | |||
| + | # Set your default printer, if desired. | ||
| + | # | ||
| + | |||
| + | # Set the search path for programs. | ||
| + | set path = (~/bin /bin /sbin / | ||
| + | / | ||
| + | |||
| + | if ($?prompt) then | ||
| + | # An interactive shell -- set some stuff up | ||
| + | |||
| + | # Filename completion. | ||
| + | set filec | ||
| + | |||
| + | # Size of the history buffer. | ||
| + | set history = 1000 | ||
| + | |||
| + | # Do not exit on EOF condition (e.g. ^D typed) | ||
| + | # (disabled by default, not default behavior) | ||
| + | #set ignoreeof | ||
| + | |||
| + | # Set the location of your incoming email for mail notification. | ||
| + | set mail = (/ | ||
| + | |||
| + | # Set the prompt to include the hostname. | ||
| + | set mch = `hostname -s` | ||
| + | set prompt = " | ||
| + | endif | ||
| + | |||
| + | |||
| + | ################## | ||
| + | ## Ajouts Perso ## | ||
| + | ################## | ||
| + | ## Variables perso ## | ||
| + | set prompt=" | ||
| + | #set prompt=" | ||
| + | #setenv CLICOLOR | ||
| + | #set nobeep | ||
| + | setenv LANG fr_FR.ISO8859-1 | ||
| + | #setenv LANG fr_FR.UTF-8 | ||
| + | #setenv PATH / | ||
| + | # | ||
| + | setenv | ||
| + | #setenv LSCOLORS gxfxcxdxbxegedabagacad | ||
| + | |||
| + | ##priorite utilitaire gnu | ||
| + | #export PATH / | ||
| + | |||
| ## Alias perso ## | ## Alias perso ## | ||
wiki/download/nbsd/cshrc_user.1787317065.txt.gz · Dernière modification : de Thibault Seguin
