Commit 41a74363 authored by Murukesh Mohanan's avatar Murukesh Mohanan

sz alias

parent 3ceef18b
PAPERSIZE=a4 PAPERSIZE=a4
CONFLOCAL=laptop CONFLOCAL=lab-laptop
GOPATH=/home/bro3886/devel/go GOPATH=/home/bro3886/devel/go
PATH DEFAULT=${PATH}:${GOPATH}/bin PATH DEFAULT=${GOPATH}/bin:${PATH}
...@@ -96,6 +96,8 @@ alias ll='ls --color=auto -Ahl' ...@@ -96,6 +96,8 @@ alias ll='ls --color=auto -Ahl'
alias g='grep --color=auto' alias g='grep --color=auto'
alias h='history | grep' alias h='history | grep'
alias sz='sudo -i zsh -l'
autoload -U colors && colors autoload -U colors && colors
if [[ -n $SSH_TTY ]] if [[ -n $SSH_TTY ]]
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment