We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3210b commit 821836fCopy full SHA for 821836f
env/bashrc
@@ -1,7 +1,9 @@
1
# Copyright (c) 2020 by Chrono
2
3
set -o vi
4
+alias ll='ls -l'
5
alias l='ls -lh'
6
+alias vi='vim'
7
8
function set-title() {
9
if [[ -z "$ORIG" ]]; then
env/vimrc
@@ -1,5 +1,6 @@
set nu
sy on
+set mouse=
set ruler
set smartindent shiftwidth=4
set tabstop=4
0 commit comments