diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-23 11:14:38 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-23 11:14:38 -0700 |
| commit | a3039e3055314c44a3bf84ca88c70f3b2d79d820 (patch) | |
| tree | 5f998df87cdc8b1f4eb186fd0897cd525f9e46b0 | |
| parent | 21815f0a166acac8c08b5dd85ce287423b5a659c (diff) | |
| download | eibhear-a3039e3055314c44a3bf84ca88c70f3b2d79d820.tar.gz eibhear-a3039e3055314c44a3bf84ca88c70f3b2d79d820.tar.zst eibhear-a3039e3055314c44a3bf84ca88c70f3b2d79d820.zip | |
shortcut-sync robustness
| -rw-r--r-- | .bashrc | 3 | ||||
| -rw-r--r-- | .config/qutebrowser/config.py | 2 | ||||
| -rw-r--r-- | .config/ranger/rc.conf | 3 |
3 files changed, 0 insertions, 8 deletions
@@ -1,9 +1,6 @@ stty -ixon shopt -s autocd #Allows you to cd into directory merely by typing the directory name. -# For directory and config shortcuts: -source ~/.bash_shortcuts - # Setting Bash prompt. Capitalizes username and host if root user (my root user uses this same config file). if [ "$EUID" -ne 0 ] then export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]" diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 4ecfc2b..628e40a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1581,5 +1581,3 @@ config.bind('y', 'prompt-accept yes', mode='prompt') ## Bindings for register mode config.bind('<Escape>', 'leave-mode', mode='register') - -config.source('shortcuts.py') diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index ed0443e..4f5749c 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -515,6 +515,3 @@ map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, po #Downloading map ytv console shell youtube-dl -ic%space map yta console shell youtube-dl -xic%space - -# Shortcuts -source ~/.config/ranger/shortcuts.conf |
