mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 20:37:20 +02:00
Compare commits
No commits in common. "07f72ace6a2269bdcefde716e5cf6edca60e2d6a" and "275295c9b2e406ebdd13179b167f4b536e4c3eb0" have entirely different histories.
07f72ace6a
...
275295c9b2
@ -2,7 +2,7 @@
|
||||
Version=1.0
|
||||
Name=FIREFOX
|
||||
Exec=/usr/bin/env firefox %U
|
||||
Icon=~/.local/firefox/browser/chrome/icons/default/default128.png
|
||||
Icon=firefox
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
|
||||
|
@ -867,12 +867,12 @@ ssh-verify-file() {
|
||||
if hash nvim 2>/dev/null; then
|
||||
vim() {
|
||||
echo 'using nvim instead'
|
||||
/usr/bin/env nvim "$@"
|
||||
nvim "$@"
|
||||
}
|
||||
else
|
||||
vim() {
|
||||
echo 'nvim not found'
|
||||
/usr/bin/env vim "$@"
|
||||
\vim "$@"
|
||||
}
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user