|
|
@@ -81,10 +81,6 @@ alias grep='grep --color -s'
|
|
|
alias df='df -hx tmpfs'
|
|
|
alias du='du --max-depth=1'
|
|
|
alias sr='screen -r'
|
|
|
-alias mp='~/mplayer/mplayer/mplayer'
|
|
|
-alias manmp='man -l ~/mplayer/mplayer/DOCS/man/en/mplayer.1'
|
|
|
-alias mencoder='~/mplayer/mplayer/mencoder'
|
|
|
-alias x264='~/x264/x264'
|
|
|
alias gip='git pull --ff-only'
|
|
|
alias gil='git log --graph --abbrev-commit --stat --summary -C --decorate --date=local'
|
|
|
alias gib='git branch -a'
|
|
|
@@ -100,6 +96,10 @@ alias vil='vi *(.om[1])'
|
|
|
alias dt='gnome-terminal --hide-menubar'
|
|
|
alias sudovi="sudo vi -N -u $HOME/.vimrc"
|
|
|
alias shrug="echo -n '¯\\(°_o)/¯' | xclip -selection clipboard"
|
|
|
+function https() {
|
|
|
+ openssl s_client -connect $1:443 -servername $1 < /dev/null | \
|
|
|
+ openssl x509 -noout -text -certopt no_header,no_version,no_serial,no_signame,no_pubkey,no_sigdump
|
|
|
+}
|
|
|
function cl() {
|
|
|
if [ $# = 0 ]; then
|
|
|
cd && ls
|