diff options
| author | ryo <ryo@nopwd.lol> | 2024-10-31 17:08:48 +0000 | 
|---|---|---|
| committer | ryo <ryo@nopwd.lol> | 2024-10-31 17:08:48 +0000 | 
| commit | 709542f2011784e2da48405a0972ee46705033b8 (patch) | |
| tree | 43d9a54e8055b4d91d1f659b757d33a2cb1d060c /config | |
| parent | cc6d6fcfc6e8403e87dae9f092e61f0edf8e3cc6 (diff) | |
Fixed: major bugs and bad file names
Diffstat (limited to 'config')
| -rw-r--r-- | config/i3/config | 2 | ||||
| -rw-r--r-- | config/shell/aliases (renamed from config/shell/alias) | 0 | ||||
| -rw-r--r-- | config/shell/funcs (renamed from config/shell/func) | 0 | ||||
| -rw-r--r-- | config/zsh/.zshrc (renamed from config/zsh/zshrc) | 6 | 
4 files changed, 4 insertions, 4 deletions
diff --git a/config/i3/config b/config/i3/config index 46146e2..cabb700 100644 --- a/config/i3/config +++ b/config/i3/config @@ -24,7 +24,7 @@ bindsym $mod+Ctrl+s --release exec scshot.sh a  exec --no-startup-id alacritty  exec --no-startup-id nm-applet -exec --no-startup-id alacritty -n dropdown -e tmux new -s drop +exec --no-startup-id alacritty -n dropdown  # ======================================= diff --git a/config/shell/alias b/config/shell/aliases index 0b6287a..0b6287a 100644 --- a/config/shell/alias +++ b/config/shell/aliases diff --git a/config/shell/func b/config/shell/funcs index 7788689..7788689 100644 --- a/config/shell/func +++ b/config/shell/funcs diff --git a/config/zsh/zshrc b/config/zsh/.zshrc index 230a150..e9ed25f 100644 --- a/config/zsh/zshrc +++ b/config/zsh/.zshrc @@ -1,4 +1,4 @@ -# Ryo's zsh config +# Ryo zsh config  # https://ryo.nopwd.lol  #  # literally Luke's config @@ -19,8 +19,8 @@ HISTFILE="$XDG_CACHE_HOME/zsh/history"  setopt inc_append_history  # load aliases and functions if existent -source $HOME/.config/shell/aliasrc -source $HOME/.config/shell/funcrc +source $HOME/.config/shell/aliases +source $HOME/.config/shell/funcs  # basic auto/tab complete  autoload -U compinit  |