From 80a01aff37e8077d6fe5316c1eddcf06a08d655f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 13 Aug 2013 18:23:30 +0200 Subject: [PATCH 1/2] pdfextract: typo --- .scripts/pdfextract | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/pdfextract b/.scripts/pdfextract index f72b1c46..50537c45 100755 --- a/.scripts/pdfextract +++ b/.scripts/pdfextract @@ -2,7 +2,7 @@ if [ $# -ne 4 ]; then cat< Date: Tue, 20 Aug 2013 14:49:36 +0200 Subject: [PATCH 2/2] Moved hook to .profile level --- .emacs.d/main.el | 5 +++-- .local/share/applications/mimeapps.list | 6 +++++- .profile | 2 ++ .zshrc | 3 --- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.emacs.d/main.el b/.emacs.d/main.el index 7b84bb3f..d1db9f76 100644 --- a/.emacs.d/main.el +++ b/.emacs.d/main.el @@ -521,8 +521,9 @@ has errors and/or warnings." (lambda () (local-set-key (kbd "C-c a") 'dired-toggle-hidden) (local-set-key (kbd "C-c h") 'dired-toggle-humansize) - ;; (local-set-key (kbd "") 'dired-up-directory) - ;; (local-set-key (kbd "") 'dired-find-file) + (local-set-key (kbd "") 'dired-up-directory) + (local-set-key (kbd "") 'dired-find-file) + (local-set-key (kbd "") 'dired-mark) (local-set-key (kbd "") 'dired-up-directory) (local-set-key (kbd "b") 'dired-up-directory))) diff --git a/.local/share/applications/mimeapps.list b/.local/share/applications/mimeapps.list index 285d8b72..755d0acc 100644 --- a/.local/share/applications/mimeapps.list +++ b/.local/share/applications/mimeapps.list @@ -1,3 +1,7 @@ - [Default Applications] application/pdf=zathura.desktop + +[Added Associations] +x-scheme-handler/file=exo-file-manager.desktop +x-scheme-handler/trash=exo-file-manager.desktop + diff --git a/.profile b/.profile index e5bfd888..b476bbf6 100644 --- a/.profile +++ b/.profile @@ -112,3 +112,5 @@ fi ## Wine DLL override. This removes the annoying messages for Mono and Gecko. export WINEDLLOVERRIDES="mscoree,mshtml=" +## Hook. Should be sourced last +[ -f ~/.profile_hook ] && . ~/.profile_hook diff --git a/.zshrc b/.zshrc index 5e9c51cf..41ee472a 100644 --- a/.zshrc +++ b/.zshrc @@ -28,8 +28,5 @@ loadrc main_rc options_zsh loadrc keys_zsh loadrc alias_rc colors_rc completion_rc funs_rc -## Should be sourced last -loadrc hook - ## Browser autostart. See .scripts/browser-autostart [ -n "$BROWSER_AUTOSTART" ] && unset BROWSER_AUTOSTART && browse