Compare commits
No commits in common. "master" and "0.8.2" have entirely different histories.
@ -3,7 +3,6 @@ alias taglist='git tag | tr - \~ | sort -V | tr \~ -'
|
|||||||
alias hosts='sudo nano /etc/hosts'
|
alias hosts='sudo nano /etc/hosts'
|
||||||
alias historygrep='history | grep'
|
alias historygrep='history | grep'
|
||||||
alias sshconfig='nano ~/.ssh/config'
|
alias sshconfig='nano ~/.ssh/config'
|
||||||
alias aliases='nano ~/.bash_aliases'
|
|
||||||
alias bashrc='. ~/.bashrc'
|
alias bashrc='. ~/.bashrc'
|
||||||
alias sshagent='eval `ssh-agent` && ssh-add ~/.ssh/id_!(*.pub)'
|
alias sshagent='eval `ssh-agent` && ssh-add ~/.ssh/id_!(*.pub)'
|
||||||
alias sshfingerprint='ssh-keygen -lf'
|
alias sshfingerprint='ssh-keygen -lf'
|
||||||
|
Loading…
Reference in New Issue
Block a user