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.
2 parents db983d3 + eacdae5 commit 0c0b4c0Copy full SHA for 0c0b4c0
.bashrc
@@ -64,10 +64,8 @@ if [[ $iatest -gt 0 ]]; then bind "set show-all-if-ambiguous On"; fi
64
# Set the default editor
65
export EDITOR=nvim
66
export VISUAL=nvim
67
-alias pico='edit'
68
-alias spico='sedit'
69
-alias nano='edit'
70
-alias snano='sedit'
+alias spico='sudo pico'
+alias snano='sudo nano'
71
alias vim='nvim'
72
73
# To have colors for ls and all grep commands such as grep, egrep and zgrep
0 commit comments