Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37898600
en ru br
Репозитории ALT
S:alt-alt12
5.1: alt-alt10
4.1: alt-alt10
4.0: alt-alt9.3
3.0: alt-alt9.1
www.altlinux.org/Changes

Группа :: Система/Основа
Пакет: rootfiles

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

rootfiles-alt/000075500000000000000000000000001074114504600136425ustar00rootroot00000000000000rootfiles-alt/.bash_logout000064400000000000000000000000301074114504600161420ustar00rootroot00000000000000# ~/.bash_logout

clear
rootfiles-alt/.bash_profile000064400000000000000000000001521074114504600162760ustar00rootroot00000000000000# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

mesg n
rootfiles-alt/.bashrc000064400000000000000000000007111074114504600151040ustar00rootroot00000000000000# .bashrc

# User specific aliases and functions
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
alias d='ls'
alias s='cd ..'
alias p='cd -'

# Read /etc/inputrc if the variable is not defined.
[ -n "$INPUTRC" ] || export INPUTRC=/etc/inputrc

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

PATH=/root/bin:/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin
ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME ENV PATH
rootfiles-alt/.cshrc000064400000000000000000000003321074114504600147430ustar00rootroot00000000000000# .cshrc

# User specific aliases and functions

alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'

#
alias df 'df -x supermount'

setenv PATH="/sbin:/usr/sbin:/bin:/usr/bin"
set prompt=\[`id -nu`@`hostname -s`\]\#\
rootfiles-alt/.i18n000064400000000000000000000003601074114504600144210ustar00rootroot00000000000000LANGUAGE=POSIX
LANG=POSIX

eval `/bin/egrep -s '^LANG=.*\.(UTF-8|utf8)$' /etc/sysconfig/i18n| sed 's,LANG=.*,NEED_UNICODE=1,'` ||:
eval `/bin/egrep -s '^LANG=.*\.(UTF-8|utf8)$' /etc/sysconfig/i18n| sed 's,LANG=.*,LC_CTYPE=en_US.utf8,'` ||:
rootfiles-alt/.rpmmacros000064400000000000000000000000551074114504600156460ustar00rootroot00000000000000%_topdir %homedir/RPM
%_tmppath %homedir/tmp
rootfiles-alt/.tcshrc000064400000000000000000000002561074114504600151340ustar00rootroot00000000000000# .tcshrc

# User specific aliases and functions

alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'

setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin"

set prompt='[%n@%m %c]# '
rootfiles-alt/.zshrc000064400000000000000000000011261074114504600147740ustar00rootroot00000000000000## Linux-Mandrake configuration
# Chmouel Boudjnah <chmouel@mandrakesoft.com>

# Insert
bindkey "^[[2~" yank

# Suppr
bindkey "^[[3~" delete-char

# Begin
bindkey "^[[1~" beginning-of-line

# End
bindkey "^[[4~" end-of-line

# Up
bindkey "^[[5~" up-line-or-history

# Down
bindkey "^[[6~" down-line-or-history

# Completion for zsh, if you have a slow machine comment these lines !!!
_compdir=/usr/share/zsh/functions/Core
[[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir)
autoload -U compinit
compinit

# Exemple how do you can make a macro with zsh :
# bindkey -s ^xs '\C-e"\C-asu -c "'
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin