Featured image of post Tareas Pendientes

Tareas Pendientes

Diseñar alias interesastes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# User specific aliases and functions

! ssh-add -l > /dev/null && eval "$(ssh-agent -s)" && ssh-add ~/.ssh/services

# Alias
alias ls='ls -lhGQ --color=auto'
alias rm="echo Use trash, or the full path i.e. /bin/rm"
alias which="alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde"
alias web='python3 -m http.server 8080'

# Scripts
~/scripts/cargaKeyPi.sh


export VISUAL=/usr/bin/vim
export EDITOR="$VISUAL"
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Esto es el footer
Creado con Hugo
Tema Stack diseñado por Jimmy