We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328edab commit f556a9cCopy full SHA for f556a9c
1 file changed
stow/zsh/.config/.functions.sh
@@ -26,9 +26,7 @@ alias b=btop # View system performance
26
alias e=eza # Alternative to `ls`
27
alias plot=gnuplot # Data plotter
28
alias tk=tokei # Info about code
29
-alias c=sgpt # Shell GPT
30
-alias g4="sgpt --model gpt-4" # Shell GPT
31
-alias g4o="sgpt --model gpt-4o" # Shell GPT
+alias c=claude
32
alias mex="chmod +x " # Make executable
33
alias pwdt="echo ${PWD##*/}" # Print truncated directory (i.e., without the full path)
34
alias bm=hyperfine # Benchmark commands
0 commit comments