dblume commited on 2024-03-07 16:52:04
Showing 1 changed files, with 3 additions and 0 deletions.
| ... | ... |
@@ -114,6 +114,7 @@ alias grep='grep --color=auto' |
| 114 | 114 |
alias fgrep='fgrep --color=auto' |
| 115 | 115 |
alias egrep='egrep --color=auto' |
| 116 | 116 |
alias vim-='vim +"setl buftype=nofile" -' |
| 117 |
+alias nvim-='nvim +"setl buftype=nofile" -' |
|
| 117 | 118 |
alias tmux='tmux -2u' |
| 118 | 119 |
alias nvimdiff='nvim -d' |
| 119 | 120 |
|
| ... | ... |
@@ -171,6 +172,8 @@ lt() {
|
| 171 | 172 |
fi |
| 172 | 173 |
ls $color_always -rltqh "$@" | tail -n $(($LINES/4)) |
| 173 | 174 |
} |
| 175 |
+# Just so I don't have to use two hands |
|
| 176 |
+alias ly=lt |
|
| 174 | 177 |
|
| 175 | 178 |
# For httpie: https://github.com/jakubroztocil/httpie#installation |
| 176 | 179 |
alias https='http --default-scheme=https' |
| 177 | 180 |