Create work snippets and minor tweaks

This commit is contained in:
2020-03-03 20:20:24 +01:00
parent e60391a4e2
commit 9310de768f
4 changed files with 16 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ alias xq "xbps-query -Rs"
alias wlan "iw dev wlp2s0 scan | grep SSID"
alias bc "bc -l"
alias vim "nvim"
alias docker "podman"
alias docker-compose "podman-compose"
# Compiler
set -x CC /usr/bin/clang