PC使って便利なことをメモ
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=100000
SAVEHIST=100000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/hoge/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
PROMPT='%C > '
PATH=/home/hoge/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/u
sr/games:/usr/X11R6/bin
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
alias firefox='env LANG=ja_JP.eucJP firefox'
#LANG=en_US.UTF-8 is set in X
export LD_LIBRARY_PATH=/usr/local/pgplot90
export PGPLOT_DEV=/xserv
export PGPLOT_FOREGROUND=black
export PGPLOT_BACKGROUND=white
export PGPLOT_DIR=/usr/local/pgplot
export TEXINPUTS=.:~/mytexfile:
setopt NOHUP
setopt SHARE_HISTORY
setopt hist_ignore_all_dups hist_save_nodups
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
HISTFILE=~/.histfile
HISTSIZE=100000
SAVEHIST=100000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/hoge/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
PROMPT='%C > '
PATH=/home/hoge/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/u
sr/games:/usr/X11R6/bin
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
alias firefox='env LANG=ja_JP.eucJP firefox'
#LANG=en_US.UTF-8 is set in X
export LD_LIBRARY_PATH=/usr/local/pgplot90
export PGPLOT_DEV=/xserv
export PGPLOT_FOREGROUND=black
export PGPLOT_BACKGROUND=white
export PGPLOT_DIR=/usr/local/pgplot
export TEXINPUTS=.:~/mytexfile:
setopt NOHUP
setopt SHARE_HISTORY
setopt hist_ignore_all_dups hist_save_nodups
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
PR
Comment
コメントの修正にはpasswordが必要です。任意の英数字を入力して下さい。