Create work snippets and minor tweaks
This commit is contained in:
parent
e60391a4e2
commit
9310de768f
|
@ -28,6 +28,8 @@ alias xq "xbps-query -Rs"
|
||||||
alias wlan "iw dev wlp2s0 scan | grep SSID"
|
alias wlan "iw dev wlp2s0 scan | grep SSID"
|
||||||
alias bc "bc -l"
|
alias bc "bc -l"
|
||||||
alias vim "nvim"
|
alias vim "nvim"
|
||||||
|
alias docker "podman"
|
||||||
|
alias docker-compose "podman-compose"
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
set -x CC /usr/bin/clang
|
set -x CC /usr/bin/clang
|
||||||
|
|
|
@ -9,6 +9,7 @@ alias merino cmerino@ugr.es
|
||||||
alias carlos carlosrodriguez@ugr.es
|
alias carlos carlosrodriguez@ugr.es
|
||||||
alias mari mjesusrodriguez@ugr.es
|
alias mari mjesusrodriguez@ugr.es
|
||||||
alias bea beap@ugr.es
|
alias bea beap@ugr.es
|
||||||
|
alias jorge jsguerrero@ugr.es
|
||||||
|
|
||||||
# Uni students
|
# Uni students
|
||||||
alias elenche elenche@correo.ugr.es
|
alias elenche elenche@correo.ugr.es
|
||||||
|
|
|
@ -86,3 +86,15 @@ snippet dp "Slide notes"
|
||||||
|
|
||||||
# Diapo $1
|
# Diapo $1
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet jsign "JITKey signature"
|
||||||
|
Para cualquier consulta estamos a tu disposición!
|
||||||
|
|
||||||
|
Un saludo
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet jhi "JITKey greeting"
|
||||||
|
Hola $1,
|
||||||
|
|
||||||
|
Muchas gracias por reservar nuestro apartamento!
|
||||||
|
endsnippet
|
||||||
|
|
|
@ -9,4 +9,4 @@ view=icon
|
||||||
recurse=true
|
recurse=true
|
||||||
sort=alpha
|
sort=alpha
|
||||||
icon_caps=false
|
icon_caps=false
|
||||||
dirs=/home/coolneng/Sync/Photos/Wallpapers;
|
dirs=/home/coolneng/Photos/Wallpapers;
|
||||||
|
|
Loading…
Reference in New Issue