Skip to content

Commit f556a9c

Browse files
committed
Replace gp4 alias with claude
Signed-off-by: Amro <amro@picklerobot.com>
1 parent 328edab commit f556a9c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

stow/zsh/.config/.functions.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ alias b=btop # View system performance
2626
alias e=eza # Alternative to `ls`
2727
alias plot=gnuplot # Data plotter
2828
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
29+
alias c=claude
3230
alias mex="chmod +x " # Make executable
3331
alias pwdt="echo ${PWD##*/}" # Print truncated directory (i.e., without the full path)
3432
alias bm=hyperfine # Benchmark commands

0 commit comments

Comments
 (0)