Using stow-rename, unhide all the files :3

This commit is contained in:
Danielle McLean 2016-10-07 23:13:58 +11:00
parent 5c13c69a84
commit 68d5f293cf
No known key found for this signature in database
GPG key ID: CC91589719027E94
26 changed files with 2 additions and 0 deletions

View file

@ -1,17 +0,0 @@
#! zsh
alias has_command='whence >/dev/null'
alias ls="ls -F --color=auto"
alias lsl="ls -lh"
alias grep="grep --color=auto"
alias egrep="egrep --color=auto"
alias pseudo="sudo"
if has_command xdg-open; then
alias ]='xdg-open'
else
alias ]='open'
fi
# make sure ELinks can detect when it's in tmux
alias elinks="STY= elinks"
has_command hub && alias git=hub