aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-03-18 09:21:31 +0000
committerterminaldweller <devi@terminaldweller.com>2023-03-18 09:21:31 +0000
commite0f99ff9980aec94ddf9c1acf191f3001f5060ca (patch)
tree6a8139d8ea4e915413b2d33a5af0d36bc1c5a001 /.zshrc
parentupdates (diff)
downloadscripts-e0f99ff9980aec94ddf9c1acf191f3001f5060ca.tar.gz
scripts-e0f99ff9980aec94ddf9c1acf191f3001f5060ca.zip
updates
Diffstat (limited to '')
-rw-r--r--.zshrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3f5ca42..90973f3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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