Compare commits

..

No commits in common. "623e270f49fb55e00cccc6eeef9fa230489efef7" and "6df2f155ec7f33d72de03c2b101ef764811a7f27" have entirely different histories.

4 changed files with 3 additions and 17 deletions

View File

@ -7,7 +7,7 @@
(defun dired-find-file-current-dir ()
(interactive)
(let ((default-directory (dired-current-directory)))
(call-interactively #'find-file)))
(call-interactively #'find-file)))
(defun dired-do-rename-current-dir ()
(interactive)
(let ((default-directory (dired-current-directory)))
@ -15,9 +15,7 @@
(evil-collection-dired-setup)
:general
(dired-mode-map [remap find-file] #'dired-find-file-current-dir
[remap dired-do-rename] #'dired-do-rename-current-dir)
:custom
(dired-dwim-target t))
[remap dired-do-rename] #'dired-do-rename-current-dir))
;; Add a toggleable dired sidebar
(use-package dired-sidebar

View File

@ -38,10 +38,6 @@
(setq jdormit-eshell-prompt-regex "^[^#λ\n]* [#λ] ")
(setq eshell-prompt-function 'jdormit-eshell-prompt)
(setq eshell-prompt-regexp jdormit-eshell-prompt-regex)
;; Load dir-locals when switching directories
(add-hook 'eshell-mode-hook #'hack-dir-local-variables-non-file-buffer)
(add-hook 'eshell-after-prompt-hook #'hack-dir-local-variables-non-file-buffer)
:general
(leader-map "'" #'open-eshell)
:custom

View File

@ -201,4 +201,4 @@
run-command-recipe-pytest
run-command-recipe-web-ext)))
(provide 'init-run-command)
(provide 'run-command)

View File

@ -1,8 +0,0 @@
alias root cd (projectile-project-root)
alias php-debug php -d xdebug.remote_enable=on -d xdebug.remote_host=127.0.0.1 -d xdebug.remote_port=9000 -d xdebug.remote_handler=dbgp -d xdebug.idekey=geben -d xdebug.remote_autostart=On $*
alias kns kubens $*
alias k kubectl $*
alias kctx kubectx $*
alias sortpom mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.keepBlankLines -Dsort.sortDependencies=scope,groupId,artifactId -Dsort.createBackupFile=false $*
alias helm /usr/local/bin/helm $*
alias tf terraform $*