diff options
author | venomade <venomade@venomade.com> | 2025-04-23 20:58:15 +0100 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-04-23 20:58:15 +0100 |
commit | edcf5dd381c26274a939f4e703539b15c0058e99 (patch) | |
tree | 87cbf155e5fcaaa58d5cd66b0c5771a7fa541d6c /.config | |
parent | e9d31e5cef89724024abf8fbebe05499d432490b (diff) |
Before MacOS
Diffstat (limited to '.config')
-rw-r--r-- | .config/mc/ini | 5 | ||||
-rw-r--r-- | .config/shell/alias | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.config/mc/ini b/.config/mc/ini index 115ff36..b3a7bb1 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -90,7 +90,7 @@ fish_directory_timeout=900 [Layout] output_lines=0 -left_panel_size=40 +left_panel_size=160 top_panel_size=0 message_visible=true keybar_visible=false @@ -121,6 +121,7 @@ xterm-kitty= color_terminals= xterm-256color= +linux= [Panels] simple_swap=false @@ -161,6 +162,6 @@ ignore_dirs= [Panelize] Find *.orig after patching=find . -name \\*.orig -print -Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print Find rejects after patching=find . -name \\*.rej -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 diff --git a/.config/shell/alias b/.config/shell/alias index c060c0e..f0adee5 100644 --- a/.config/shell/alias +++ b/.config/shell/alias @@ -1,3 +1,5 @@ alias gvc="ssh git@git.venomade.com" alias rgf='rg --files | rg' -alias ls='ls --color=auto' \ No newline at end of file +alias ls='ls --color=auto' +alias md='mkdir' +alias ec='emacsclient -nw' |