Compare commits
No commits in common. "5c27f13ef1493554704f57d02e403307c51c744e" and "c6aa3e1bced8f51f180aa817a74b808f01eb58db" have entirely different histories.
5c27f13ef1
...
c6aa3e1bce
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "src/.local/bin/calcpy"]
|
||||
path = src/.local/bin/calcpy
|
||||
url = https://github.com/idanpa/calcpy
|
3
programs
3
programs
@ -56,9 +56,6 @@ python-lsp-server
|
||||
python-lsp-black
|
||||
typescript
|
||||
typescript-language-server
|
||||
# .local/bin/calcpy/ script
|
||||
ipython
|
||||
python-sympy
|
||||
|
||||
#
|
||||
# for new systems
|
||||
|
@ -33,12 +33,6 @@ function bk; $EDITOR ~/dox/not/bk.txt; end
|
||||
function rem; $EDITOR ~/dox/not/rem; end
|
||||
function ldg; $EDITOR ~/dox/not/journal.ldg; end
|
||||
|
||||
# pocket calculator
|
||||
function calcpy; python3 ~/.local/bin/calcpy/calcpy_cli.py; end
|
||||
|
||||
# disable history on units
|
||||
alias units='units -H ""'
|
||||
|
||||
# music recognition
|
||||
function musrec
|
||||
# if file exists
|
||||
|
@ -1,5 +0,0 @@
|
||||
c = get_config()
|
||||
|
||||
c.TerminalInteractiveShell.editing_mode = "vi"
|
||||
c.TerminalInteractiveShell.show_rewritten_input = False
|
||||
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False
|
@ -1,11 +0,0 @@
|
||||
This is the IPython startup directory
|
||||
|
||||
.py and .ipy files in this directory will be run *prior* to any code or files specified
|
||||
via the exec_lines or exec_files configurables whenever you load this profile.
|
||||
|
||||
Files will be run in lexicographical order, so you can control the execution order of files
|
||||
with a prefix, e.g.::
|
||||
|
||||
00-first.py
|
||||
50-middle.py
|
||||
99-last.ipy
|
@ -1,6 +0,0 @@
|
||||
# vim: ft=python
|
||||
|
||||
from math import degrees as dg
|
||||
|
||||
# don't need parentheses on some function calls
|
||||
%autocall 2
|
@ -47,8 +47,8 @@ set-hook -g pane-exited 'run-shell "dwm.tmux layouttile"'
|
||||
bind e newpane
|
||||
bind w newpanecurdir
|
||||
bind c killpane
|
||||
bind j nextpane
|
||||
bind k prevpane
|
||||
bind -n C-n nextpane
|
||||
bind -n C-o prevpane
|
||||
bind -n C-b zoom
|
||||
bind h decmfact
|
||||
bind l incmfact
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 5ba26197b7410f16581aa8966498553d7ca83b89
|
Loading…
x
Reference in New Issue
Block a user