diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-03-15 19:52:25 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-03-15 19:52:25 -0400 |
| commit | 843594d0fae0e880568ea5418fb98fe042451e71 (patch) | |
| tree | 22fee465a2be3dcaee440e620d7b37f2d8a8ae66 | |
| parent | 4fd0a4812f67fc5eaa34b460ecd48071fc7cfe22 (diff) | |
update bash editor alias.
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ alias ls="ls -hN --color=auto --group-directories-first" alias l="ls -l" alias ll="ls -la" alias j="jobs" -alias v="$EDITOR" -alias vv="$SUDO $EDITOR" +alias e="$EDITOR" +alias ee="$SUDO $EDITOR" alias nt="$BROWSER --new-tab" alias nw="$BROWSER --new-window" alias cp="cp -iv" |
