dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 325bb381449814f18626dc63eef03273e51900b8
Author: fjbalon <fbalon@templier.es>
Date:   Sun, 31 May 2026 11:37:03 +0200

Añadido .bashrc

Diffstat:
A.bashrc | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -0,0 +1,21 @@ +# ~/.bashrc +[[ $- != *i* ]] && return + +PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' + +eval $(dircolors ~/.dircolors) + +alias ls='ls --color=auto' +alias ll='ls -l' +alias la='ls -la' +alias grep='grep --color=auto' +alias ifconfig='grc ifconfig' +alias ip='grc ip' +alias ps='grc ps' +alias ping='grc ping' +alias netstat='grc netstat' +alias tail='grc tail' +alias pacman='sudo pacman --color always' +alias ssh='TERM=xterm-color ssh' + +