Skip to content

Commit 0c0b4c0

Browse files
Merge pull request #94 from LoopTJ/patch-1
Update pico and nano aliases in .bashrc
2 parents db983d3 + eacdae5 commit 0c0b4c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.bashrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ if [[ $iatest -gt 0 ]]; then bind "set show-all-if-ambiguous On"; fi
6464
# Set the default editor
6565
export EDITOR=nvim
6666
export VISUAL=nvim
67-
alias pico='edit'
68-
alias spico='sedit'
69-
alias nano='edit'
70-
alias snano='sedit'
67+
alias spico='sudo pico'
68+
alias snano='sudo nano'
7169
alias vim='nvim'
7270

7371
# To have colors for ls and all grep commands such as grep, egrep and zgrep

0 commit comments

Comments
 (0)