mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: add sprungeus command (closes #43)
This commit is contained in:
parent
1669a6657e
commit
2bddcb6495
3
bashrc
3
bashrc
@ -542,6 +542,9 @@ alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach"
|
||||
# Reset configuration files on systems using apt
|
||||
alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask"
|
||||
|
||||
# Send command output to http://sprunge.us `command|sprungeus`
|
||||
alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
zshrc
3
zshrc
@ -512,6 +512,9 @@ alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach"
|
||||
# Reset configuration files on systems using apt
|
||||
alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask"
|
||||
|
||||
# Send command output to http://sprunge.us `command|sprungeus`
|
||||
alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||
|
||||
# .aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
source ~/.aliases
|
||||
|
Loading…
Reference in New Issue
Block a user