This commit is contained in:
Luke Smith 2018-12-03 17:48:36 -05:00
parent ad7a5e3e6d
commit 1018cf74f9
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -1,3 +1,4 @@
#!/bin/bash
# _ _
# | |__ __ _ ___| |__ _ __ ___
# | '_ \ / _` / __| '_ \| '__/ __|
@ -23,6 +24,7 @@ alias sdn="sudo shutdown now"
alias psref="gpg-connect-agent RELOADAGENT /bye" # Refresh gpg
# Some aliases
alias e="$EDITOR"
alias p="sudo pacman"
alias SS="sudo systemctl"
alias v="vim"