Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
bf5fd79a68
1 changed files with 10 additions and 4 deletions
6
.zshrc
6
.zshrc
|
@ -125,6 +125,9 @@
|
||||||
# lists all open ports, along with some other info
|
# lists all open ports, along with some other info
|
||||||
alias ls-ports='netstat -tulpn'
|
alias ls-ports='netstat -tulpn'
|
||||||
|
|
||||||
|
# list all disks and their mount points
|
||||||
|
alias mnt="mount | awk -F' ' '{ printf \"%s\t%s\n\",\$1,\$3; }' | column -t | grep -E '^/dev/' | sort"
|
||||||
|
|
||||||
# backs up list of packages
|
# backs up list of packages
|
||||||
alias packback='comm -23 <(paru -Qqett | sort) <(paru -Qqg base -g base-devel | sort | uniq) > ~/pkglist.txt'
|
alias packback='comm -23 <(paru -Qqett | sort) <(paru -Qqg base -g base-devel | sort | uniq) > ~/pkglist.txt'
|
||||||
|
|
||||||
|
@ -519,6 +522,9 @@
|
||||||
zstyle ':completion:*' use-cache on
|
zstyle ':completion:*' use-cache on
|
||||||
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
|
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
|
||||||
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
|
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
|
||||||
|
|
||||||
|
# just gonna sneak this in here, too
|
||||||
|
unalias zi zpl zini zplg which-command run-help
|
||||||
}
|
}
|
||||||
# <<<
|
# <<<
|
||||||
## Keybindings >>>
|
## Keybindings >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue