mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add zsh alias
This commit is contained in:
parent
7b90079d7b
commit
0aeb174c60
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ alias g='git' && compdef g=git
|
|||
alias py='python' && compdef py=python
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME' && compdef config=git
|
||||
alias ssh='TERM=xterm-256color ssh'
|
||||
alias mountdisk="mount | grep -E '^(/dev/sd|/dev/nvme|/dev/mmcblk|gvfsd-fuse)' | awk '{print \$1 \"\t\" \$5 \"\t\" \$3 \"\n\t\t\" \$6}'"
|
||||
# >>>-----------------------------------
|
||||
|
||||
# vim: foldmethod=marker:foldmarker=<<<---,>>>---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue