mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added haasz script
This commit is contained in:
12
scripts/scripts/haasz
Executable file
12
scripts/scripts/haasz
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Uses the `zet` command setting the directory to the
|
||||
# Housh As A System zet repository.
|
||||
|
||||
main() {
|
||||
(ZETDIR="$HAASZET" eval zet "$@")
|
||||
}
|
||||
|
||||
main "$@"
|
||||
@@ -192,7 +192,6 @@ alias reload='exec zsh -l'
|
||||
alias temp='cd $(mktemp -d)'
|
||||
alias vi='vim'
|
||||
alias nvim='unset VIMINIT && unset MYVIMRC && nvim'
|
||||
|
||||
#------------------------------ functions ------------------------------
|
||||
mkcd() {
|
||||
local dir="$1"
|
||||
|
||||
Reference in New Issue
Block a user