Skip to content

Commit

Permalink
[bash][ed] Update ed aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthdrew committed Nov 15, 2024
1 parent 2812502 commit 86f59d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bash/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ alias tt='tmate new -A -s Default'

# Ed(1)
## Call ed with underline cursor and * prompt
alias ed='echo -ne "\e[3 q"; ed -v -p\*'
alias ed='echo -ne "\e[3 q"; ed -svE -p\*\ '
## Call ed with rlwrap
alias wed='clear;rlwrap -c ed -svE -p\*\ '

0 comments on commit 86f59d9

Please sign in to comment.