diff --git a/.bash_profile b/.bash_profile index cb8a7b6..543ef86 100755 --- a/.bash_profile +++ b/.bash_profile @@ -31,7 +31,7 @@ export TZ='Europe/Oslo' #eval $(dircolors -b $HOME/.config/dircolors/dircolors.monokai) # Functions -#shn() { curl -F "shorten=$1" "https://envs.sh"; } +#shn() { curl "https://is.gd/create.php?format=simple&url=$1"; } # Cygwin if [[ "$(uname)" == *"CYGWIN"* ]]; then diff --git a/.config/mc/ini b/.config/mc/ini index f4a5999..e71dbcf 100755 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -166,5 +166,5 @@ simple_swap=false [Panelize] Find rejects after patching=find . -name \\*.rej -print Find *.orig after patching=find . -name \\*.orig -print -Modified git files=git ls-files --modified Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print +Modified git files=git ls-files --modified diff --git a/.config/nano/nanorc b/.config/nano/nanorc index b373c0f..a63be16 100755 --- a/.config/nano/nanorc +++ b/.config/nano/nanorc @@ -1,111 +1,64 @@ -## Sample initialization file for GNU nano -## Please note that you must have configured nano with --enable-nanorc -## for this file to be read! Also note that characters specially -## interpreted by the shell should not be escaped here. -## -## To make sure a value is not enabled, use "unset