zsh: alias stuff (d for dot modified, and add gs to replace ghostscript)
This commit is contained in:
parent
4962aa818b
commit
d48bfcd0c6
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -76,6 +76,9 @@
|
||||||
[ -z "$VIMRUNTIME" ] &&
|
[ -z "$VIMRUNTIME" ] &&
|
||||||
alias glow='glow -p' # force Glow to preview with `less` if not in vim
|
alias glow='glow -p' # force Glow to preview with `less` if not in vim
|
||||||
|
|
||||||
|
# I hate it when I get ghost script instead of git status. this will be removed
|
||||||
|
alias gs="echo 'you don'\''t really want ghost script, do you?'"
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
alias \
|
alias \
|
||||||
ls='ls -hN --color=auto --group-directories-first' \
|
ls='ls -hN --color=auto --group-directories-first' \
|
||||||
|
@ -92,7 +95,7 @@
|
||||||
## Mini short-hand scripts (ex: la = ls -a) >>>
|
## Mini short-hand scripts (ex: la = ls -a) >>>
|
||||||
# dotfile management
|
# dotfile management
|
||||||
alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"'
|
alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"'
|
||||||
alias d=dot
|
alias d='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"' # duplicate for auto-complete
|
||||||
|
|
||||||
alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it
|
alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue