Skip to content

Commit

Permalink
TS command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sberm committed Mar 20, 2024
1 parent 4ad4435 commit 582eb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
CFLAGS = -O2 -std=c11
endif

TRANS_ALIAS ?= "alias trans=\"transgender 2>/tmp/trans && cd \\\"\\\`tail -n 1 /tmp/trans\\\`\\\"\""
TRANS_ALIAS ?= "alias ts=\"transgender 2>/tmp/trans && cd \\\"\\\`tail -n 1 /tmp/trans\\\`\\\"\""
all:
$(Q)cargo build --release 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source ~/.bash_profile

enjoy
```bash
trans
ts
```

keys:
Expand Down

0 comments on commit 582eb1b

Please sign in to comment.