summaryrefslogtreecommitdiffstats
path: root/ksh/conf/alias.ksh
diff options
context:
space:
mode:
Diffstat (limited to 'ksh/conf/alias.ksh')
-rw-r--r--ksh/conf/alias.ksh36
1 files changed, 17 insertions, 19 deletions
diff --git a/ksh/conf/alias.ksh b/ksh/conf/alias.ksh
index 11caebf..daf4ab6 100644
--- a/ksh/conf/alias.ksh
+++ b/ksh/conf/alias.ksh
@@ -4,17 +4,6 @@ else
LS='ls'
fi
-# Programas
-alias \
- v="$EDITOR" \
- m='neomutt' \
- xi="doas pkg_add" \
- vv='nvi' \
- se="doas nvim" \
- irc='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi' \
- del='doas pkg_delete -cmvvv' \
- updatedb='doas /usr/libexec/locate.updatedb'
-
# Tmux
alias tmux='tmux -2'
if [[ -n $TMUX ]]; then
@@ -36,21 +25,30 @@ alias \
mount='doas mount -v' \
umount='doas umount -v'
-# Con opciones por defecto
+# Programas con opciones por defecto
alias \
+ v="$EDITOR" \
+ m='neomutt' \
ls="$LS -FAGt" \
ll='ls -cohltFAG' \
df='df -hT --total' \
- free='free -ht' \
du='du -sh' \
- ping='ping -c 5' \
+ xi="doas pkg_add" \
+ vv='nvi' \
+ se="doas nvim" \
+ ytv='pipe-viewer' \
+ w3m='w3m -no-cookie -v' \
+ irc='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi' \
+ del='doas pkg_delete -cmvvv' \
+ upd='doas pkg_add -Uu' \
+ pwn='chmod +x' \
dfc='dfc -dmT' \
+ rat='tar -xf' \
+ ping='ping -c 5' \
+ free='free -ht' \
wget='wget --no-hsts' \
-
-# Comandos
-alias \
+ dbup='doas /usr/libexec/locate.updatedb' \
tplano='mosh tplano' \
reboot='doas shutdown -r now' \
shutdown='doas shutdown -p now' \
- pwn='chmod +x' \
- rat='tar -xf'
+ dirdl='wget -r --no-parent -l1 -e robots=off --reject="index.html" --no-hsts'
Un proyecto texto-plano.xyz