Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - Algabe

#1
Si te gusta aprender utiliza Archlinux :)
#2
Código (bash) [Seleccionar]
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
alias ls='ls --color=auto'

export LANG=en_US.UTF-8
export EDITOR="nano"
export synclient VertEdgeScroll=1

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1500
HISTFILESIZE=3000

# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups
HISTCONTROL=ignoredups
HISTIGNORE=":htop*:ls*:su*:history*:pacman*:exit*"

#PS1='[\u@\h \W]\$ '
#PS1='\[\033[0;41m\] \u@\h\[\033[01;36m\]\W \$ \[\033[00m\] '
#PS1='\[\e[1;32m\][\u\[\e[m\]@\[\e[1;33m\]\h\[\e[1;34m\] \w]\[\e[1;36m\] \$\[\e[1;37m\] '
#PS1='┌──[\u@\h][\w][\t]\n└──[\$] '
#PS1='┌─[\u][\A][\w]\n└─[\$] '
PS1='\[\e[1;34m\]┌─ \e[1;32m\u\e[m@\e[1;33m\h\e[1;34m [\e[m\t\e[1;34m] [\e[m\w\e[1;34m] \n └─ $ \[\e[m\]'
#PS1='\[\033[1;32m\]\u@\h\[\033[1;36m\] \W \$\[\033[00m\] '

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
    alias ls='ls -lh --color=auto'
    alias ll='ls -lh --color=auto'
    alias dir='ls -lh --color=auto'
    alias grep='grep --color=auto'
    alias fgrep='fgrep --color=auto'
    alias egrep='egrep --color=auto'
fi

setxkbmap -layout "latam" -option "grp:alt_shift_toggle"
set completion-ignore-case on
#siv -t -c4
alsi -a -u c1=blue c2=blue