Add aliasrc to .e
This commit is contained in:
		
							parent
							
								
									1e00aee387
								
							
						
					
					
						commit
						659f9d3c13
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.bin/.e
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								.bin/.e
									
										
									
									
									
								
							|  | @ -4,6 +4,8 @@ declare -A mapper=( | ||||||
| 	[".e"]="$HOME/.bin/.e" | 	[".e"]="$HOME/.bin/.e" | ||||||
| 	[".t"]="$HOME/.bin/.t" | 	[".t"]="$HOME/.bin/.t" | ||||||
| 	["alacritty"]="$HOME/.config/alacritty/alacritty.toml" | 	["alacritty"]="$HOME/.config/alacritty/alacritty.toml" | ||||||
|  | 	["aliasrc"]="$HOME/.config/aliasrc" | ||||||
|  | 	["aliasrc.local"]="$HOME/.config/aliasrc.local" | ||||||
| 	["autoinstall.conf"]="$HOME/.config/autoinstall.conf" | 	["autoinstall.conf"]="$HOME/.config/autoinstall.conf" | ||||||
| 	["autorestic"]="$HOME/.config/autorestic/.autorestic.yml" | 	["autorestic"]="$HOME/.config/autorestic/.autorestic.yml" | ||||||
| 	["autostart.toml"]="$HOME/.config/autostart.toml" | 	["autostart.toml"]="$HOME/.config/autostart.toml" | ||||||
|  |  | ||||||
|  | @ -3,8 +3,8 @@ | ||||||
| alias :q='exit' | alias :q='exit' | ||||||
| alias :wq='exit' | alias :wq='exit' | ||||||
| 
 | 
 | ||||||
| alias aliases='$EDITOR ~/.config/aliasrc && . ~/.config/aliasrc' | alias aliases='.e aliasrc && . ~/.config/aliasrc' | ||||||
| alias aliases.local='$EDITOR ~/.config/aliasrc.local && . ~/.config/aliasrc' | alias aliases.local='.e aliasrc.local && . ~/.config/aliasrc' | ||||||
| # shellcheck disable=2154 | # shellcheck disable=2154 | ||||||
| alias arch-deps2deps='set -a; source PKGBUILD; set +a; paru -S --asdeps --noconfirm $depends && paru -Ui --rebuild' | alias arch-deps2deps='set -a; source PKGBUILD; set +a; paru -S --asdeps --noconfirm $depends && paru -Ui --rebuild' | ||||||
| alias asciinema-clear-log='if [ -f "$ASCIINEMA_LOG_FILE" ]; then \rm -v "$ASCIINEMA_LOG_FILE"; else echo "No log file found"; fi' | alias asciinema-clear-log='if [ -f "$ASCIINEMA_LOG_FILE" ]; then \rm -v "$ASCIINEMA_LOG_FILE"; else echo "No log file found"; fi' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue