Added files that were lost during previous commits

This commit is contained in:
Lucien Cartier-Tilet 2020-02-15 22:21:53 +01:00
parent 92bc9ad251
commit 035594be8a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
11 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,24 @@
alias S sudo systemctl $*
alias cdebug cmake -DCMAKE_BUILD_TYPE=Debug $*
alias chgrp chgrp --preserve-root $*
alias chmod chmod --preserve-root $*
alias chown chown --preserve-root $*
alias clang clang -Wall $*
alias clang++ clang++ -Wall $*
alias crelease cmake -DCMAKE_BUILD_TYPE=Release $*
alias du du -ch
alias flac youtube-dl -x --audio-format flac --audio-quality 0
alias g++ g++ -Wall -std=c++17 $*
alias gcc gcc -Wall -std=c11 $*
alias grep grep --color=auto $*
alias lns ln -si $*
alias mp3 youtube-dl -x --audio-format flac --audio-quality 0 $*
alias nmcli nmcli -p -c auto $*
alias rm rm -I $*
alias rmd rm --preserve-root -Ir $*
alias rmdf rm --preserve-root -Irf $*
alias rmf rm --preserve-root -If $*
alias search pacman -Ss $*
alias untar tar -xvzf $*
alias update sudo pacman -Syu
alias wget wget -c $*

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ATTR HTML
# key: <ah
# --
#+ATTR_HTML: $0

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ATTR LATEX
# key: <al
# --
#+ATTR_LATEX: $0

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: caption
# key: <ca
# --
#+CAPTION: $0

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: comment block
# key: <co
# --
#+BEGIN_COMMENT
$0
#+END_COMMENT

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: emacs-lisp block
# key: <el
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: name
# key: <na
# --
#+NAME: $0

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: nyqy
# key: <ny
# --
\{\{\{nyqy($1)\}\}\}$0

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: phon
# key: <ph
# --
\{\{\{phon($1)\}\}\}$0

View File

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: python block
# key: <py
# --
#+NAME: $1
#+BEGIN_SRC python
$0
#+END_SRC

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: source block
# key: <s
# --
#+BEGIN_SRC $0
#+END_SRC