Skip to content

Commit 821836f

Browse files
committed
env
1 parent da3210b commit 821836f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

env/bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Copyright (c) 2020 by Chrono
22

33
set -o vi
4+
alias ll='ls -l'
45
alias l='ls -lh'
6+
alias vi='vim'
57

68
function set-title() {
79
if [[ -z "$ORIG" ]]; then

env/vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set nu
22
sy on
3+
set mouse=
34
set ruler
45
set smartindent shiftwidth=4
56
set tabstop=4

0 commit comments

Comments
 (0)