mt
This commit is contained in:
parent
e629d1ee85
commit
ddc3c130df
1 changed files with 3 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue