diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-18 09:21:31 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-18 09:21:31 +0000 |
commit | e0f99ff9980aec94ddf9c1acf191f3001f5060ca (patch) | |
tree | 6a8139d8ea4e915413b2d33a5af0d36bc1c5a001 /.zshrc | |
parent | updates (diff) | |
download | scripts-e0f99ff9980aec94ddf9c1acf191f3001f5060ca.tar.gz scripts-e0f99ff9980aec94ddf9c1acf191f3001f5060ca.zip |
updates
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -363,6 +363,13 @@ alias tunneltoprc="vim ~/scripts/.tunneltop.toml" alias fixtunneltoprc="cp ~/scripts/.tunneltop.toml ~/.tunneltop.toml" alias tokei="tokei --hidden --num-format underscores -s lines" alias waydroid="WAYLAND_DISPLAY=wayland-0 waydroid" +alias gw="git worktree" +alias redshiftrc="vim ~/scripts/.config/redshift.conf" +alias fixredshiftrc="cp ~/scripts/.config/redshift.conf ~/.config/redshift.conf" + +gwta() { + git worktree add ./"$1" $(git rev-parse "$1") +} function ccgrep() { EXTRA_ARG_BEFORE=$(llvm-config --libdir)/clang/$(llvm-config --version)/include |