Skip to content

Commit

Permalink
Switch to alacritty from st
Browse files Browse the repository at this point in the history
  • Loading branch information
jdb committed Apr 25, 2020
1 parent 345331a commit 4474f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ font pango:monospace 8
floating_modifier $mod

# start a terminal
bindsym $mod+Return exec st
bindsym $mod+Return exec alacritty

# Shortcut for using external monitor
bindsym $mod+Shift+m exec ~/bin/work-monitor
Expand Down
3 changes: 3 additions & 0 deletions bashrc.d/variables
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ export KUBECONFIG=$HOME/.kube/config:$HOME/.kube/us-phx-a
# Prevent Google logging go mod requests.
export GOPRIVATE='*.oracledatacloud.com,gs/*'
export GOPROXY='off'

# Alacritty terminal compatibility.
export TERM=xterm-256color

0 comments on commit 4474f2c

Please sign in to comment.